/cts/tests/openglperf2/jni/primitive/contextswitch/ |
D | ContextSwitchRenderer.cpp | 114 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i]) in setUp() 145 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i]); in tearDown() 150 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in tearDown() 155 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); in tearDown() 208 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i]); in drawWorkload() 230 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); in drawWorkload()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | GlTestBase.java | 40 import static android.opengl.EGL14.eglMakeCurrent; 90 eglMakeCurrent(sEglDisplay, mEglSurface, mEglSurface, mEglContext); in createContext() 96 eglMakeCurrent(sEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in cleanupContext()
|
D | Egl14Utils.java | 23 import static android.opengl.EGL14.eglMakeCurrent; 105 EGL14.eglMakeCurrent(eglDisplay, in destroyEglContext() 192 eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in retrieveCapableTextureSize()
|
D | WrapperTest.java | 174 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in testThreadCleanup() 298 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in eglSetup()
|
D | FramebufferTest.java | 374 if (!EGL14.eglMakeCurrent(mEGLDisplay, eglSurface, eglSurface, mEGLContext)) { in makeCurrent() 387 if (!EGL14.eglMakeCurrent(mEGLDisplay, drawSurface, readSurface, mEGLContext)) { in makeCurrent() 396 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, in makeNothingCurrent()
|
/cts/tests/openglperf2/jni/graphics/ |
D | Renderer.cpp | 114 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)); in eglSetUp() 123 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in eglTearDown() 143 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)); in setUp() 229 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)); in draw()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | NdkInputSurface.java | 37 static private native boolean eglMakeCurrent(long eglDisplay, long eglSurface, long eglContext); in eglMakeCurrent() method in NdkInputSurface 76 if (!eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLContext)) { in makeCurrent()
|
D | InputSurface.java | 194 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent() 200 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, in makeUnCurrent()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | EGL14Test.java | 116 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglPbuffer, mEglPbuffer, mEglContext)) { in setup() 129 if (!EGL14.eglMakeCurrent(mEglDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, in teardown()
|
D | RenderTarget.java | 39 import static android.opengl.EGL14.eglMakeCurrent; 180 if (!eglMakeCurrent(display, pbuffer, pbuffer, context)) { in setupThread()
|
D | ASurfaceTextureTest.java | 90 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglPbuffer, mEglPbuffer, mEglContext)) { in setup()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GLProducerThread.java | 126 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in initGL() 133 mEgl.eglMakeCurrent(mEglDisplay, in destroyGL()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | ExtYuvTargetSupportTest.java | 148 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent() 176 EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, in testYuvTextureSampling()
|
D | InputSurface.java | 161 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent()
|
D | OutputSurface.java | 210 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | InputSurface.java | 220 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent() 226 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, in makeUnCurrent()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | RenderTarget.java | 39 import static android.opengl.EGL14.eglMakeCurrent; 183 if (!eglMakeCurrent(display, pbuffer, pbuffer, context)) { in setupThread()
|
/cts/tests/tests/effect/src/android/effect/cts/ |
D | GLEnv.java | 72 egl.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext); in makeCurrent()
|
/cts/tools/release-parser/tests/resources/ |
D | libEGL.so.pb.txt | 113 name: "eglMakeCurrent"
|
/cts/hostsidetests/angle/app/common/src/com/android/angleIntegrationTest/common/ |
D | GlesView.java | 96 EGL.eglMakeCurrent(display, surface, surface, context); in createEGL()
|
/cts/tests/tests/media/common/jni/ |
D | NdkInputSurface-jni.cpp | 112 return eglMakeCurrent( in Java_android_media_cts_NdkInputSurface_eglMakeCurrent()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | PreviewRecorder.java | 224 EGL14.eglMakeCurrent(mEGLDisplay, mEGLRecorderSurface, in initPreviewRecorder() 366 EGL14.eglMakeCurrent(mEGLDisplay, mEGLRecorderSurface, mEGLRecorderSurface, mEGLContext); in initEGL() 705 EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, in cleanupEgl()
|
/cts/libs/hardware/src/com/android/cts/hardware/ |
D | SyncFenceUtil.java | 106 if (!EGL14.eglMakeCurrent(eglDisplay, eglPbuffer, eglPbuffer, eglContext)) { in createUselessFence()
|
/cts/hostsidetests/adpf/app/hintsession/src/cpp/ |
D | Renderer.cpp | 114 eglMakeCurrent(display_, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in ~Renderer() 249 auto madeCurrent = eglMakeCurrent(display, surface, surface, context); in initRenderer()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaOutputSurface.java | 210 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent()
|