Searched defs:makeCurrent (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp78 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DSkMesaGLContext.cpp103 void SkMesaGLContext::makeCurrent() const { function in class:SkMesaGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/nacl/
H A DSkNativeGLContext_nacl.cpp33 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp75 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/skia/src/gpu/gl/mesa/
H A DSkMesaGLContext.cpp99 void SkMesaGLContext::makeCurrent() const { function in class:SkMesaGLContext
/external/skia/src/gpu/gl/nacl/
H A DSkNativeGLContext_nacl.cpp33 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp111 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dmain.cpp97 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface) function in namespace:gl
106 context->makeCurrent(surface);
H A DContext.cpp180 void Context::makeCurrent(egl::Surface *surface) function in class:gl::Context
2304 gl::makeCurrent(NULL, NULL, NULL);
2310 gl::makeCurrent(context, display, surface);
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp106 void SkANGLEGLContext::makeCurrent() const { function in class:SkANGLEGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp137 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp103 void SkANGLEGLContext::makeCurrent() const { function in class:SkANGLEGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp172 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp163 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
H A DSkNativeGLContext_unix.cpp280 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/skia/src/gpu/gl/unix/
H A DSkNativeGLContext_unix.cpp283 void SkNativeGLContext::makeCurrent() const { function in class:SkNativeGLContext
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoDecoder.java262 private void makeCurrent() { method in class:MediaCodecVideoDecoder
298 makeCurrent();
/external/deqp/framework/egl/
H A DtcuEgl.cpp253 void Context::makeCurrent (const Surface& draw, const Surface& read) function in class:tcu::egl::Context
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp171 void makeCurrent (void);
633 makeCurrent();
644 void GlxRenderContext::makeCurrent (void) function in class:tcu::x11::glx::GlxRenderContext
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp143 wglMakeCurrentFunc makeCurrent; member in struct:tcu::wgl::Functions
158 , makeCurrent (DE_NULL)
195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent");
201 !m_functions.makeCurrent ||
222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx))
237 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL);
418 if (!wgl.makeCurrent(deviceCtx, m_context))
429 wgl.makeCurrent(m_deviceCtx, NULL);
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp171 void makeCurrent (EGLDisplay display, EGLContext context, EGLSurface surafec);
215 void GLES2SharingTest::makeCurrent (EGLDisplay display, EGLContext context, EGLSurface surface) function in class:deqp::egl::GLES2SharingTest
249 makeCurrent(display.getEGLDisplay(), contextA, surface.getEGLSurface());
277 makeCurrent(display.getEGLDisplay(), contextB, surface.getEGLSurface());
297 makeCurrent(display.getEGLDisplay(), contextB, surface.getEGLSurface());
304 makeCurrent(display.getEGLDisplay(), contextA, surface.getEGLSurface());

Completed in 335 milliseconds