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

1 2 3

  /external/skia/include/gpu/gl/
SkDebugGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkNullGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkMesaGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkANGLEGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkGLContext.h 35 virtual void makeCurrent() const = 0;
SkNativeGLContext.h 32 virtual void makeCurrent() const SK_OVERRIDE;
  /external/skia/bench/
BenchGpuTimer_gl.cpp 15 glctx->makeCurrent();
28 fContext->makeCurrent();
36 fContext->makeCurrent();
49 fContext->makeCurrent();
  /external/webkit/Source/WebCore/platform/graphics/openvg/
SharedResourceOpenVG.cpp 34 EGLDisplayOpenVG::current()->sharedPlatformSurface()->makeCurrent();
PainterOpenVG.cpp 432 m_surface->makeCurrent();
485 m_surface->makeCurrent();
497 m_surface->makeCurrent();
534 m_surface->makeCurrent();
549 m_surface->makeCurrent();
564 m_surface->makeCurrent();
580 m_surface->makeCurrent();
589 m_surface->makeCurrent();
599 m_surface->makeCurrent();
609 m_surface->makeCurrent();
    [all...]
SurfaceOpenVG.h 79 * to ensure this is to call surface->sharedSurface()->makeCurrent() if you
120 void makeCurrent(MakeCurrentMode mode = ApplyPainterStateOnSurfaceSwitch);
  /external/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 33 void SkNativeGLContext::makeCurrent() const {
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 330 m_glWidget->makeCurrent();
450 m_glWidget->makeCurrent();
485 m_glWidget->makeCurrent();
553 m_glWidget->makeCurrent();
644 m_internal->m_glWidget->makeCurrent();
649 m_internal->m_glWidget->makeCurrent();
681 m_internal->m_glWidget->makeCurrent();
689 m_internal->m_glWidget->makeCurrent();
700 m_internal->m_glWidget->makeCurrent();
707 m_internal->m_glWidget->makeCurrent();
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.h 29 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
main.cpp 76 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface)
85 context->makeCurrent(display, surface);
  /external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 72 void SkNativeGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 100 void SkNativeGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 103 void SkANGLEGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 97 void SkMesaGLContext::makeCurrent() const {
  /external/webkit/Source/WebCore/platform/image-decoders/openvg/
ImageDecoderOpenVG.cpp 44 EGLDisplayOpenVG::current()->sharedPlatformSurface()->makeCurrent();
  /frameworks/native/cmds/flatland/
GLHelper.h 52 bool makeCurrent(EGLSurface surface);
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 46 int makeCurrent(RenderingThread *thread,
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 85 makeCurrent();
216 public void makeCurrent() {
218 throw new RuntimeException("not configured for makeCurrent");
220 checkEglError("before makeCurrent");
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglOffscreenBuffer.java 83 pbuffer.makeCurrent();
117 pbuffer.makeCurrent();
  /external/skia/tests/
Test.cpp 110 gGLContext.get()->makeCurrent();
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 46 bool makeCurrent(EGLNativeInternalDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType);

Completed in 469 milliseconds

1 2 3