HomeSort by relevance Sort by last modified time
    Searched full:makecurrent (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittest.cc 74 gl1_.MakeCurrent();
99 gl2_.MakeCurrent();
110 gl1_.MakeCurrent();
118 gl1_.MakeCurrent();
143 gl2_.MakeCurrent();
154 gl1_.MakeCurrent();
162 gl1_.MakeCurrent();
187 gl2_.MakeCurrent();
195 gl1_.MakeCurrent();
231 gl1_.MakeCurrent();
    [all...]
gl_shared_resources_unittest.cc 37 gl1_.MakeCurrent();
40 gl2_.MakeCurrent();
43 gl1_.MakeCurrent();
46 gl2_.MakeCurrent();
gl_virtual_contexts_unittest.cc 164 gl_manager->MakeCurrent();
171 gl_manager->MakeCurrent();
178 gl_manager->MakeCurrent();
186 gl_manager->MakeCurrent();
195 gl1_.MakeCurrent();
202 gl2_.MakeCurrent();
209 gl1_.MakeCurrent();
216 gl2_.MakeCurrent();
229 gl1_.MakeCurrent();
236 gl2_.MakeCurrent();
    [all...]
gl_lose_context_chromium_unittest.cc 48 gl1a_.MakeCurrent();
60 gl1b_.MakeCurrent();
63 gl2_.MakeCurrent();
  /external/chromium_org/third_party/skia/bench/
BenchGpuTimer_gl.cpp 15 glctx->makeCurrent();
28 fContext->makeCurrent();
36 fContext->makeCurrent();
49 fContext->makeCurrent();
  /external/skia/tools/timer/
GpuTimer.cpp 15 fContext->makeCurrent();
30 fContext->makeCurrent();
39 fContext->makeCurrent();
52 fContext->makeCurrent();
  /external/chromium_org/ui/gl/
scoped_make_current.cc 22 succeeded_ = context->MakeCurrent(surface);
28 previous_context_->MakeCurrent(previous_surface_.get());
gl_context_cgl.h 25 virtual bool MakeCurrent(GLSurface* surface) OVERRIDE;
gl_context_glx.h 30 virtual bool MakeCurrent(GLSurface* surface) OVERRIDE;
gl_context_osmesa.h 28 virtual bool MakeCurrent(GLSurface* surface) OVERRIDE;
gl_context_stub.cc 18 bool GLContextStub::MakeCurrent(GLSurface* surface) {
gl_context_stub.h 21 virtual bool MakeCurrent(GLSurface* surface) OVERRIDE;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_mock.cc 14 ON_CALL(*this, MakeCurrent())
gl_context_virtual.cc 37 if (!shared_context_->MakeCurrent(compatible_surface)) {
40 LOG(ERROR) << "Failed MakeCurrent(compatible_surface)";
56 bool GLContextVirtual::MakeCurrent(gfx::GLSurface* surface) {
  /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;
  /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/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/chromium_org/mojo/gles2/
gles2_support_impl.h 29 virtual void MakeCurrent(MojoGLES2Context context) OVERRIDE;

Completed in 2858 milliseconds

1 2 3 4 5 6 7 8 910