Home
last modified time | relevance | path

Searched refs:eglMakeCurrent (Results 1 – 23 of 23) sorted by relevance

/cts/tests/openglperf2/jni/primitive/contextswitch/
DContextSwitchRenderer.cpp114 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/
DGlTestBase.java40 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()
DWrapperTest.java174 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in testThreadCleanup()
298 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in eglSetup()
DFramebufferTest.java374 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()
DEgl14Utils.java96 EGL14.eglMakeCurrent(eglDisplay, in destroyEglContext()
/cts/tests/openglperf2/jni/graphics/
DRenderer.cpp114 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/
DNdkInputSurface.java37 static private native boolean eglMakeCurrent(long eglDisplay, long eglSurface, long eglContext); in eglMakeCurrent() method in NdkInputSurface
76 if (!eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLContext)) { in makeCurrent()
DInputSurface.java167 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent()
173 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, in makeUnCurrent()
DOutputSurface.java206 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent()
DDecodeAccuracyTestBase.java1126 egl10.eglMakeCurrent(eglDisplay, in release()
1143 if (!egl10.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) { in makeCurrent()
/cts/tests/tests/view/src/android/view/cts/
DGLProducerThread.java126 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in initGL()
133 mEgl.eglMakeCurrent(mEglDisplay, in destroyGL()
DTextureViewCtsActivity.java392 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
/cts/tests/tests/graphics/src/android/graphics/cts/
DRenderTarget.java39 import static android.opengl.EGL14.eglMakeCurrent;
180 if (!eglMakeCurrent(display, pbuffer, pbuffer, context)) { in setupThread()
DASurfaceTextureTest.java92 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglPbuffer, mEglPbuffer, mEglContext)) { in setup()
DANativeWindowTest.java94 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglPbuffer, mEglPbuffer, mEglContext)) { in setup()
/cts/tests/tests/hardware/src/android/hardware/cts/
DHardwareBufferTest.java72 EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in hasFloatBuffers()
80 EGL14.eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in hasFloatBuffers()
DEgl14Utils.java74 EGL14.eglMakeCurrent(eglDisplay, in destroyEglContext()
/cts/tests/tests/effect/src/android/effect/cts/
DGLEnv.java72 egl.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext); in makeCurrent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java210 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) { in makeCurrent()
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerGetConfigTests.java132 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/
DGLSurfaceViewCustom.java1105 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface()
1165 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in destroySurfaceImp()
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp626 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/
Dnative-media-jni.cpp1302 return eglMakeCurrent( in Java_android_media_cts_NdkInputSurface_eglMakeCurrent()