/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | GlTestBase.java | 77 EGLConfig eglConfig = Egl14Utils.getEglConfig(sEglDisplay, 2); in createContext() local 80 mEglContext = Egl14Utils.createEglContext(sEglDisplay, eglConfig, 2); in createContext() 81 assertNotSame(EGL_NO_CONTEXT, eglConfig); in createContext() 83 mEglSurface = eglCreatePbufferSurface(sEglDisplay, eglConfig, new int[] { in createContext()
|
D | Egl14Utils.java | 86 static EGLContext createEglContext(EGLDisplay eglDisplay, EGLConfig eglConfig, int version) { in createEglContext() argument 88 return EGL14.eglCreateContext(eglDisplay, eglConfig, in createEglContext()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | NdkInputSurface.java | 35 static private native long eglCreateContext(long eglDisplay, long eglConfig); in eglCreateContext() argument 36 static private native long createEGLSurface(long eglDisplay, long eglConfig, long nativeWindow); in createEGLSurface() argument
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | Egl14Utils.java | 64 static EGLContext createEglContext(EGLDisplay eglDisplay, EGLConfig eglConfig, int version) { in createEglContext() argument 66 return EGL14.eglCreateContext(eglDisplay, eglConfig, in createEglContext()
|
D | HardwareBufferTest.java | 64 EGLConfig eglConfig = Egl14Utils.getEglConfig(eglDisplay, 2); in hasFloatBuffers() local 65 eglContext = Egl14Utils.createEglContext(eglDisplay, eglConfig, 2); in hasFloatBuffers() 67 eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig, new int[] { in hasFloatBuffers()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 112 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() argument 116 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewCtsActivity.java | 399 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() argument 401 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 1259 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglConfig) { in Java_android_media_cts_NdkInputSurface_eglCreateContext() argument 1269 reinterpret_cast<EGLConfig>(eglConfig), in Java_android_media_cts_NdkInputSurface_eglCreateContext() 1282 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglConfig, jlong nativeWindow) { in Java_android_media_cts_NdkInputSurface_createEGLSurface() argument 1287 reinterpret_cast<EGLConfig>(eglConfig), in Java_android_media_cts_NdkInputSurface_createEGLSurface()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 770 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() argument
|