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 D | RenderTarget.java | 175 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 D | RenderTarget.java | 178 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 D | rsdGL.cpp | 317 EGLint pbuffer_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in rsdGLInit() local
|