Searched refs:eglConfig (Results 1 – 8 of 8) sorted by relevance
/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 | 95 static EGLContext createEglContext(EGLDisplay eglDisplay, EGLConfig eglConfig, int version) { in createEglContext() argument 97 return EGL14.eglCreateContext(eglDisplay, eglConfig, in createEglContext()
|
/cts/hostsidetests/angle/app/common/src/com/android/angleIntegrationTest/common/ |
D | GlesView.java | 82 EGLConfig eglConfig; in createEGL() local 84 eglConfig = selectedConfig[0]; in createEGL() 91 EGLSurface surface = EGL.eglCreatePbufferSurface(display, eglConfig, null); in createEGL() 94 .eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, contextAttribs); in createEGL()
|
/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/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 | 419 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() argument 421 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 1366 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglConfig) { in Java_android_media_cts_NdkInputSurface_eglCreateContext() argument 1376 reinterpret_cast<EGLConfig>(eglConfig), in Java_android_media_cts_NdkInputSurface_eglCreateContext() 1389 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglConfig, jlong nativeWindow) { in Java_android_media_cts_NdkInputSurface_createEGLSurface() argument 1394 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
|