HomeSort by relevance Sort by last modified time
    Searched refs:eglMakeCurrent (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL.h 43 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
55 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
62 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
SurfaceTextureGLToGL_test.cpp 39 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
93 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
119 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
163 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
171 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
178 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
209 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
217 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
225 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
266 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface
    [all...]
SurfaceTextureMultiContextGL_test.cpp 37 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
112 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
129 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
161 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
193 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
221 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
294 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
314 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
322 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
349 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface
    [all...]
SurfaceTextureGLThreadToGL.h 72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface,
75 eglMakeCurrent(mProducerEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
  /cts/tests/tests/opengl/src/android/opengl/cts/
GlTestBase.java 40 import static android.opengl.EGL14.eglMakeCurrent;
90 eglMakeCurrent(sEglDisplay, mEglSurface, mEglSurface, mEglContext);
96 eglMakeCurrent(sEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 44 {"eglMakeCurrent", (void *)eglMakeCurrent},
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 44 {"eglMakeCurrent", (void *)eglMakeCurrent},
egl_dispatch.h 46 eglMakeCurrent_t eglMakeCurrent;
91 eglMakeCurrent_t set_eglMakeCurrent(eglMakeCurrent_t f) { eglMakeCurrent_t retval = eglMakeCurrent; eglMakeCurrent = f; return retval;}
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 29 eglMakeCurrent(display_, surface_, surface_, context_);
39 eglMakeCurrent(display_, NULL, NULL, NULL);
105 return eglMakeCurrent(display_, surface_, surface_, context);
  /cts/tests/tests/media/src/android/media/cts/
NdkInputSurface.java 37 static private native boolean eglMakeCurrent(long eglDisplay, long eglSurface, long eglContext);
76 if (!eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLContext)) {
77 throw new RuntimeException("eglMakeCurrent failed");
InputSurface.java 167 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) {
168 throw new RuntimeException("eglMakeCurrent failed");
173 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE,
175 throw new RuntimeException("eglMakeCurrent failed");
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 26 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
eglwStaticLibrary15.inl 35 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
  /external/mesa3d/src/egl/
egl-symbols-check 34 eglMakeCurrent
  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 114 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i])
145 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i]);
150 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
155 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
208 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i]);
230 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.cpp 154 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE )
156 LOGW( "Unable to eglMakeCurrent" );
192 eglMakeCurrent( display_, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT );
235 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_TRUE )
239 LOGW( "Unable to eglMakeCurrent %d", err );
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.cpp 154 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE )
156 LOGW( "Unable to eglMakeCurrent" );
192 eglMakeCurrent( display_, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT );
235 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_TRUE )
239 LOGW( "Unable to eglMakeCurrent %d", err );
  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 123 SkAssertResult(eglMakeCurrent(fDisplay, fSurfaceAndroid, fSurfaceAndroid, fEGLContext));
140 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
  /cts/tests/openglperf2/jni/graphics/
Renderer.cpp 114 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
123 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
143 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
229 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
  /external/skia/tools/fiddle/
egl_context.cpp 63 if (EGL_FALSE == eglMakeCurrent(eglDpy, eglSurf, eglSurf, eglCtx)) {
  /cts/tests/tests/view/src/android/view/cts/
GLProducerThread.java 126 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
127 throw new RuntimeException("eglMakeCurrent() failed "
133 mEgl.eglMakeCurrent(mEglDisplay,
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 92 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
93 ALOGE("eglMakeCurrent failed: %#x", eglGetError());
161 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 159 eglMakeCurrent(dpy, surface, surface, context);
160 egl_error("eglMakeCurrent");
180 eglMakeCurrent(sEglDisplay, NULL, NULL, NULL);
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 81 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE,
141 if (!mEgl.eglMakeCurrent(
143 throw new RuntimeException("failed to eglMakeCurrent");
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 108 // * eglMakeCurrent()
    [all...]

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 910