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

1 2 3

  /external/deqp/framework/egl/
egluUnique.cpp 58 EGLU_CHECK_CALL(eglMakeCurrent(display, draw, read, context));
63 EGLU_CHECK_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 20 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext);
38 eglMakeCurrent(fDisplay, 0, 0, 0);
94 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
107 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
  /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/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 19 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext);
37 eglMakeCurrent(fDisplay, 0, 0, 0);
149 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
150 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
173 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
  /cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 113 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i])
144 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i]);
153 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
201 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mContexts[i]);
222 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/chromium_org/ui/gl/
gl_context_egl.cc 106 if (!eglMakeCurrent(display_,
110 DVLOG(1) << "eglMakeCurrent failed with error "
144 eglMakeCurrent(display_,
  /external/deqp/modules/egl/
teglColorClearCase.cpp 167 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
182 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
200 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
261 eglMakeCurrent(m_display.getEGLDisplay(), m_surface.getEGLSurface(), m_surface.getEGLSurface(), m_context.getEGLContext());
268 eglMakeCurrent(m_display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
357 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
teglSurfacelessContextTests.cpp 117 if (!eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, context))
123 log << TestLog::Message << " eglMakeCurrent() failed with EGL_BAD_MATCH. Context doesn't support surfaceless mode." << TestLog::EndMessage;
135 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
teglMemoryStressTests.cpp 217 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, surface, surface, context));
225 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
279 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, surface, surface, context));
287 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
teglRenderTests.cpp 735 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
747 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
761 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
777 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
847 eglMakeCurrent(m_display.getEGLDisplay(), m_surface.getEGLSurface(), m_surface.getEGLSurface(), m_context.getEGLContext());
854 eglMakeCurrent(m_display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
945 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
952 eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
960 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
966 eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 139 if (!EGL14.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext)) {
140 throw new RuntimeException("eglMakeCurrent failed");
145 if (!EGL14.eglMakeCurrent(mEGLDisplay, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE,
147 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,
EGLCreateContext_test.cpp 87 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)
importgl.c 118 IMPORT_FUNC(eglMakeCurrent);
  /external/chromium_org/third_party/angle/util/
EGLWindow.cpp 162 eglMakeCurrent(mDisplay, mSurface, mSurface, mContext);
195 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.cpp 115 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)
214 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
224 if (!eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 72 egl.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext);
73 checkForEGLErrors("eglMakeCurrent");
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 94 EGL14.eglMakeCurrent(eglDisplay,
  /external/chromium_org/gpu/config/
gpu_info_collector_android.cc 79 if (!eglMakeCurrent(display_, draw_surface_, read_surface_, context_))

Completed in 5403 milliseconds

1 2 3