/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 | 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()
|
D | Egl14Utils.java | 96 EGL14.eglMakeCurrent(eglDisplay, in destroyEglContext()
|
/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/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 | 167 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent() 173 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, in makeUnCurrent()
|
D | OutputSurface.java | 206 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent()
|
D | DecodeAccuracyTestBase.java | 1126 egl10.eglMakeCurrent(eglDisplay, in release() 1143 if (!egl10.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) { in makeCurrent()
|
/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()
|
D | TextureViewCtsActivity.java | 392 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | RenderTarget.java | 39 import static android.opengl.EGL14.eglMakeCurrent; 180 if (!eglMakeCurrent(display, pbuffer, pbuffer, context)) { in setupThread()
|
D | ASurfaceTextureTest.java | 92 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglPbuffer, mEglPbuffer, mEglContext)) { in setup()
|
D | ANativeWindowTest.java | 94 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglPbuffer, mEglPbuffer, mEglContext)) { in setup()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | HardwareBufferTest.java | 72 EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in hasFloatBuffers() 80 EGL14.eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in hasFloatBuffers()
|
D | Egl14Utils.java | 74 EGL14.eglMakeCurrent(eglDisplay, in destroyEglContext()
|
/cts/tests/tests/effect/src/android/effect/cts/ |
D | GLEnv.java | 72 egl.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext); in makeCurrent()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaOutputSurface.java | 210 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent()
|
/cts/tests/framework/base/activitymanager/src/android/server/am/ |
D | ActivityManagerGetConfigTests.java | 132 egl.eglMakeCurrent(display, surface, surface, context); in addExtensionsForConfig() 145 … egl.eglMakeCurrent(display, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_CONTEXT); in addExtensionsForConfig()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 1105 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface() 1165 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in destroySurfaceImp()
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 626 eglMakeCurrent(mDisplay, mSurface, mSurface, mContext[mWhich]); in MakeCurrent() 715 EGLBoolean result = eglMakeCurrent(mDisplay, mSurface, mSurface, mContext[0]); in SetUp() 1016 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in TearDown()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 1302 return eglMakeCurrent( in Java_android_media_cts_NdkInputSurface_eglMakeCurrent()
|