HomeSort by relevance Sort by last modified time
    Searched refs:GLContext (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_share_group.h 13 class GLContext;
22 explicit AsyncPixelTransferManagerShareGroup(gfx::GLContext* context);
async_pixel_transfer_manager_linux.cc 18 gfx::GLContext* context) {
gl_context_virtual.h 27 class GPU_EXPORT GLContextVirtual : public gfx::GLContext {
31 gfx::GLContext* shared_context,
36 // Implement GLContext.
56 scoped_refptr<gfx::GLContext> shared_context_;
async_pixel_transfer_manager.h 30 class GLContext;
57 static AsyncPixelTransferManager* Create(gfx::GLContext* context);
gles2_cmd_decoder.h 23 class GLContext;
101 // Takes ownership of GLContext.
112 const scoped_refptr<gfx::GLContext>& context,
135 // Gets the associated GLContext.
136 virtual gfx::GLContext* GetGLContext() = 0;
gl_surface_mock.h 27 MOCK_METHOD1(OnMakeCurrent, bool(gfx::GLContext* context));
gl_context_virtual.cc 15 gfx::GLContext* shared_context,
17 : GLContext(share_group),
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.hpp 39 class GLContext;
76 sglr::GLContext* m_glCtx;
  /external/chromium_org/ui/gl/
gl_surface.h 22 class GLContext;
81 static void InitializeDynamicMockBindingsForTests(GLContext* context);
85 virtual bool OnMakeCurrent(GLContext* context);
150 friend class GLContext;
173 virtual bool OnMakeCurrent(GLContext* context) OVERRIDE;
gl_fence_nv.cc 29 flush_event_ = GLContext::GetCurrent()->SignalFlush();
gl_implementation.h 18 class GLContext;
52 GLContext* context);
gl_fence.cc 22 DCHECK(GLContext::GetCurrent())
gl_fence_arb.cc 18 flush_event_ = GLContext::GetCurrent()->SignalFlush();
gl_fence_egl.cc 19 flush_event_ = GLContext::GetCurrent()->SignalFlush();
gl_osmesa_api_implementation.cc 20 void InitializeDynamicGLBindingsOSMESA(GLContext* context) {
gl_wgl_api_implementation.cc 21 void InitializeDynamicGLBindingsWGL(GLContext* context) {
gl_context_wgl.cc 34 return GLContext::GetExtensions() + " " + extensions;
36 return GLContext::GetExtensions();
114 // If our context is current then our notion of which GLContext is
gl_surface_osmesa.cc 41 GLContext* current_context = GLContext::GetCurrent();
gl_bindings.h 274 void InitializeCustomDynamicBindings(GLContext* context);
289 void InitializeDynamicBindings(GLContext* context);
294 void InitializeDynamicBindings(GLContext* context);
306 void InitializeDynamicBindings(GLContext* context);
319 void InitializeDynamicBindings(GLContext* context);
332 void InitializeDynamicBindings(GLContext* context);
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 17 class GLContext;
86 gfx::GLContext* context() {
122 scoped_refptr<gfx::GLContext> context_;
135 static scoped_refptr<gfx::GLContext>* base_context_;
  /development/ndk/sources/android/ndk_helper/
Android.mk 6 LOCAL_SRC_FILES:= JNIHelper.cpp interpolator.cpp tapCamera.cpp gestureDetector.cpp perfMonitor.cpp vecmath.cpp GLContext.cpp shader.cpp gl3stub.c
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.h 26 class GLContext;
71 scoped_refptr<gfx::GLContext> context_;
  /external/chromium_org/ui/surface/
accelerated_surface_mac.h 48 // the GPU preference for the internally allocated GLContext. If
52 bool Initialize(gfx::GLContext* share_context,
121 scoped_refptr<gfx::GLContext> gl_context_;
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 27 LOG(ERROR) << "gfx::GLContext::CreateOffscreenGLSurface failed";
34 scoped_refptr<gfx::GLContext> InitializeGLContext(gfx::GLSurface* surface) {
36 scoped_refptr<gfx::GLContext> context(
37 gfx::GLContext::CreateGLContext(NULL,
41 LOG(ERROR) << "gfx::GLContext::CreateGLContext failed";
46 LOG(ERROR) << "gfx::GLContext::MakeCurrent() failed";
93 scoped_refptr<gfx::GLContext> context(InitializeGLContext(surface.get()));
  /external/chromium_org/content/common/gpu/
image_transport_surface_fbo_mac.h 75 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
117 gfx::GLContext* context_;

Completed in 946 milliseconds

12 3 4 5