Home
last modified time | relevance | path

Searched defs:pbuffer_attribs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DRenderTarget.java175 final int[] pbuffer_attribs = new int[] { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in setupThread() local
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DRenderTarget.java178 final int[] pbuffer_attribs = new int[] { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in setupThread() local
/aosp_15_r20/frameworks/rs/driver/
H A DrsdGL.cpp317 EGLint pbuffer_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in rsdGLInit() local