Home
last modified time | relevance | path

Searched refs:eglMakeCurrent (Results 1 – 20 of 20) 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()
295 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.java1111 egl10.eglMakeCurrent(eglDisplay, in release()
1128 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.java253 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
/cts/tests/tests/hardware/src/android/hardware/cts/
DHardwareBufferTest.java71 EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in hasFloatBuffers()
77 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/tests/graphics/src/android/graphics/cts/
DANativeWindowTest.java94 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglPbuffer, mEglPbuffer, mEglContext)) { in setup()
/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/media/libmediandkjni/
Dnative-media-jni.cpp1044 return eglMakeCurrent( in Java_android_media_cts_NdkInputSurface_eglMakeCurrent()
/cts/tools/dex-tools/dex/
Dclasses.out.dex49458 public abstract boolean eglMakeCurrent(
49675 public boolean eglMakeCurrent(
136406 public native boolean eglMakeCurrent(