HomeSort by relevance Sort by last modified time
    Searched refs:eglGetCurrentSurface (Results 1 - 24 of 24) sorted by null

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 46 {"eglGetCurrentSurface", (void *)eglGetCurrentSurface},
egl.cpp 1044 EGLSurface eglGetCurrentSurface(EGLint readdraw)
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 46 {"eglGetCurrentSurface", (void *)eglGetCurrentSurface},
egl_dispatch.h 48 eglGetCurrentSurface_t eglGetCurrentSurface;
93 eglGetCurrentSurface_t set_eglGetCurrentSurface(eglGetCurrentSurface_t f) { eglGetCurrentSurface_t retval = eglGetCurrentSurface; eglGetCurrentSurface = f; return retval;}
egl.cpp 560 EGLSurface eglGetCurrentSurface(EGLint readdraw)
562 return getDispatch()->eglGetCurrentSurface(readdraw);
  /external/chromium_org/gpu/config/
gpu_info_collector_android.cc 70 draw_surface_ = eglGetCurrentSurface(EGL_DRAW);
71 read_surface_ = eglGetCurrentSurface(EGL_READ);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 14 fOldSurface = eglGetCurrentSurface(EGL_DRAW);
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 13 fOldSurface = eglGetCurrentSurface(EGL_DRAW);
  /external/chromium_org/ui/gl/
gl_context_egl.cc 164 if (surface->GetHandle() != eglGetCurrentSurface(EGL_DRAW))
  /external/deqp/framework/egl/
egluApiPrototypes.inl 31 EGLSurface eglGetCurrentSurface (EGLint readdraw);
egluCallLogWrapper.inl 278 EGLSurface CallLogWrapper::eglGetCurrentSurface (EGLint param0)
281 m_log << TestLog::Message << "eglGetCurrentSurface(" << getSurfaceTargetStr(param0) << ");" << TestLog::EndMessage;
282 EGLSurface returnValue = ::eglGetCurrentSurface(param0);
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 426 eglSurface.equals(EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW));
455 surface = EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW);
  /external/deqp/modules/egl/
teglQueryContextTests.cpp 293 const EGLContext gotReadSurface = eglGetCurrentSurface(EGL_READ);
296 const EGLContext gotDrawSurface = eglGetCurrentSurface(EGL_DRAW);
544 // eglGetCurrentSurface
546 tcu::TestCaseGroup* getCurrentSurfaceGroup = new tcu::TestCaseGroup(m_testCtx, "get_current_surface", "eglGetCurrentSurface() tests");
teglNegativeApiTests.cpp     [all...]
  /development/ndk/platforms/android-9/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /external/chromium_org/third_party/khronos/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /external/mesa3d/include/EGL/
egl.h 305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 360 EGLSurface eglGetCurrentSurface(EGLint readdraw) {
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 820 eglGetCurrentSurface(EGLint readdraw)
885 { "eglGetCurrentSurface", (_EGLProc) eglGetCurrentSurface },
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 820 eglGetCurrentSurface(EGLint readdraw)
885 { "eglGetCurrentSurface", (_EGLProc) eglGetCurrentSurface },
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 852 EGLSurface __stdcall eglGetCurrentSurface(EGLint readdraw)

Completed in 1604 milliseconds