Home
last modified time | relevance | path

Searched refs:attrib_list (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DInputSurface.java93 int[] attrib_list = { in eglSetup() local
98 attrib_list, 0); in eglSetup()
DOutputSurface.java151 int[] attrib_list = { in eglSetup() local
156 attrib_list, 0); in eglSetup()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java155 int[] attrib_list = { in eglSetup() local
160 attrib_list, 0); in eglSetup()
/cts/tests/tests/openglperf/jni/
DOpenGlPerfNativeJni.cpp27 EGLenum type, const EGLint *attrib_list);
/cts/tests/tests/opengl/src/android/opengl/cts/
DWrapperTest.java269 int[] attrib_list = { in eglSetup() local
274 attrib_list, 0); in eglSetup()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java778 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, in createContext() local
782 mEGLContextClientVersion != 0 ? attrib_list : null); in createContext()