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

1 2 3 4

  /external/chromium_org/third_party/skia/include/gpu/gl/
SkDebugGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkNullGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkANGLEGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkMesaGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkGLContextHelper.h 34 virtual void makeCurrent() const = 0;
SkNativeGLContext.h 32 virtual void makeCurrent() const SK_OVERRIDE;
  /external/skia/include/gpu/gl/
SkDebugGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkNullGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkANGLEGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkMesaGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/bench/
BenchGpuTimer_gl.cpp 15 glctx->makeCurrent();
28 fContext->makeCurrent();
36 fContext->makeCurrent();
49 fContext->makeCurrent();
  /external/chromium_org/third_party/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 33 void SkNativeGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 33 void SkNativeGLContext::makeCurrent() const {
  /external/skia/tools/timer/
GpuTimer.cpp 15 fContext->makeCurrent();
30 fContext->makeCurrent();
39 fContext->makeCurrent();
52 fContext->makeCurrent();
  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 98 fContexts[i].fGLContext->makeCurrent();
112 fContexts[i].fGLContext->makeCurrent();
161 glCtx->makeCurrent();
  /external/skia/include/gpu/
GrContextFactory.h 98 fContexts[i].fGLContext->makeCurrent();
112 fContexts[i].fGLContext->makeCurrent();
161 glCtx->makeCurrent();
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 75 void SkNativeGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 75 void SkNativeGLContext::makeCurrent() const {
  /frameworks/av/cmds/screenrecord/
EglWindow.h 58 status_t makeCurrent() const;
FrameOutput.h 52 mEglWindow.makeCurrent();
  /external/chromium_org/third_party/angle/src/libGLESv2/
main.cpp 99 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface)
108 context->makeCurrent(surface);
main.h 30 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 79 surface1.makeCurrent();
96 surface1.makeCurrent();
107 surface2.makeCurrent();
372 public void makeCurrent(EGLSurface eglSurface) {
374 // called makeCurrent() before create?
375 Log.d(TAG, "NOTE: makeCurrent w/o display");
385 public void makeCurrent(EGLSurface drawSurface, EGLSurface readSurface) {
387 // called makeCurrent() before create?
388 Log.d(TAG, "NOTE: makeCurrent w/o display");
541 public void makeCurrent() {
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 143 wglMakeCurrentFunc makeCurrent;
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/chromium_org/third_party/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 99 void SkMesaGLContext::makeCurrent() const {

Completed in 1330 milliseconds

1 2 3 4