/cts/tests/tests/media/common/src/android/media/cts/ |
D | NdkInputSurface.java | 35 static private native long eglCreateContext(long eglDisplay, long eglConfig); in eglCreateContext() method in NdkInputSurface 59 mEGLContext = eglCreateContext(mEGLDisplay, mEGLConfig); in NdkInputSurface()
|
D | InputSurface.java | 122 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | RenderTarget.java | 35 import static android.opengl.EGL14.eglCreateContext; 171 EGLContext context = eglCreateContext(display, config, EGL_NO_CONTEXT, gl_attribs, 0); in setupThread()
|
D | ASurfaceTextureTest.java | 84 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in setup()
|
D | EGL15Test.java | 129 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in setup() 458 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in testEGL15CreateDebugContext() 469 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in testEGL15CreateDebugContext()
|
D | EGL14Test.java | 105 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in setup()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | EglSurfacesTest.java | 71 EGLContext context = egl.eglCreateContext(display, config, in testCreatePixmapSurface()
|
D | Egl14Utils.java | 97 return EGL14.eglCreateContext(eglDisplay, eglConfig, in createEglContext()
|
D | FramebufferTest.java | 208 EGLContext context = EGL14.eglCreateContext(mEGLDisplay, config, sharedContext, in EglCore() 229 EGLContext context = EGL14.eglCreateContext(mEGLDisplay, config, sharedContext, in EglCore()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | RenderTarget.java | 35 import static android.opengl.EGL14.eglCreateContext; 174 EGLContext context = eglCreateContext(display, config, EGL_NO_CONTEXT, gl_attribs, 0); in setupThread()
|
/cts/tests/tests/effect/src/android/effect/cts/ |
D | GLEnv.java | 62 mEGLContext = egl.eglCreateContext(mEGLDisplay, mEGLConfig, EGL10.EGL_NO_CONTEXT, attribs); in GLEnv()
|
/cts/tools/release-parser/tests/resources/ |
D | libEGL.so.pb.txt | 179 name: "eglCreateContext"
|
/cts/hostsidetests/angle/app/common/src/com/android/angleIntegrationTest/common/ |
D | GlesView.java | 95 .eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, contextAttribs); in createEGL()
|
/cts/tests/tests/media/common/jni/ |
D | NdkInputSurface-jni.cpp | 77 EGLConfig eglContext = eglCreateContext( in Java_android_media_cts_NdkInputSurface_eglCreateContext()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | InputSurface.java | 84 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
D | OutputSurface.java | 161 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
D | ExtYuvTargetSupportTest.java | 119 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
/cts/libs/hardware/src/com/android/cts/hardware/ |
D | SyncFenceUtil.java | 96 eglContext = EGL14.eglCreateContext(eglDisplay, eglConfig, EGL14.EGL_NO_CONTEXT, in createUselessFence()
|
/cts/tests/vr/src/android/vr/cts/ |
D | OpenGLESActivity.java | 240 EGLContext context = egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, in createContext() 266 EGLContext context = egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, in createContext()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GLProducerThread.java | 110 mEglContext = mEgl.eglCreateContext(mEglDisplay, in initGL()
|
/cts/tests/openglperf2/jni/primitive/contextswitch/ |
D | ContextSwitchRenderer.cpp | 109 mContexts[i] = eglCreateContext(mEglDisplay, mGlConfig, mEglContext, contextAttribs); in setUp()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaOutputSurface.java | 159 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | InputSurface.java | 103 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/ |
D | VirtualCameraUtils.java | 34 import static android.opengl.EGL14.eglCreateContext; 352 EGLContext eglContext = eglCreateContext(eglDisplay, configs[0], EGL_NO_CONTEXT, in getMaximumTextureSize()
|
/cts/tests/openglperf2/jni/graphics/ |
D | Renderer.cpp | 111 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, contextAttribs); in eglSetUp()
|