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

1 2 3 4 5 6 7

  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL.h 42 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
54 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
61 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
SurfaceTextureGLToGL_test.cpp 36 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
87 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
113 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
156 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
164 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
171 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
201 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
209 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
217 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
257 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface
    [all...]
SurfaceTextureMultiContextGL_test.cpp 36 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
106 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
122 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
152 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
183 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
210 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
279 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
298 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
306 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
332 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface
    [all...]
SurfaceTextureGLThreadToGL.h 72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface,
75 eglMakeCurrent(mProducerEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
  /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/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 97 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
119 eglMakeCurrent(fDisplay, 0, 0, 0);
137 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 26 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
eglwStaticLibrary15.inl 35 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
  /cts/suite/cts/deviceTests/opengl/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);
  /development/ndk/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/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 131 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
132 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
159 eglMakeCurrent(fDisplay, 0, 0, 0);
178 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.cpp 113 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
122 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
142 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
228 EGL_RESULT_CHECK(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_egl.cpp 59 glmessage.set_function(GLMessage::eglMakeCurrent);
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 164 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) {
165 throw new RuntimeException("eglMakeCurrent failed");
170 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE,
172 throw new RuntimeException("eglMakeCurrent failed");
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 89 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
117 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 127 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
128 throw new RuntimeException("eglMakeCurrent() failed "
136 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_CONTEXT);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 176 success = eglMakeCurrent(sEglDisplay, sEglSurface,
188 eglMakeCurrent(sEglDisplay, NULL, NULL, NULL);
importgl.h 75 FNDEF(EGLBoolean, eglMakeCurrent, (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx));
127 #define eglMakeCurrent FNPTR(eglMakeCurrent)
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 93 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
94 ALOGE("eglMakeCurrent failed: %#x", eglGetError());
162 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 59 eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); \
136 if (!eglMakeCurrent(display, surface, surface, context)) {
  /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 105 // * eglMakeCurrent()
    [all...]

Completed in 328 milliseconds

1 2 3 4 5 6 7