HomeSort by relevance Sort by last modified time
    Searched full:eglmakecurrent (Results 176 - 200 of 450) sorted by null

1 2 3 4 5 6 78 91011>>

  /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},
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary15.inl 35 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
  /frameworks/native/libs/gui/tests/
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,
  /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);
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.def 23 eglMakeCurrent @25
  /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);
  /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");
  /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);
  /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,
  /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)) {
  /external/swiftshader/src/OpenGL/libGLES_CM/
exports.map 22 eglMakeCurrent;
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 25 EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 72 egl.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext);
73 checkForEGLErrors("eglMakeCurrent");
  /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);
  /external/swiftshader/tests/unittests/
unittests.cpp 122 success = eglMakeCurrent(display, surface, surface, context);
156 success = eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 112 returnValue = eglMakeCurrent(dpy, surface, surface, context);
113 checkEglError("eglMakeCurrent", returnValue);
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.hpp 23 * \brief eglMakeCurrent performance tests.
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 171 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
172 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
202 eglMakeCurrent(fDisplay, 0, 0, 0);
279 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase10.java 239 if (!egl.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) {
240 throw new RuntimeException("eglMakeCurrent failed");
247 if (!egl.eglMakeCurrent(
249 throw new RuntimeException("eglMakeCurrent failed");

Completed in 1118 milliseconds

1 2 3 4 5 6 78 91011>>