HomeSort by relevance Sort by last modified time
    Searched defs:GLSurface (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gl/
gl_surface.h 24 class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> {
26 GLSurface();
30 // context. The implementation of this function for other GLSurface derived
106 static scoped_refptr<GLSurface> CreateViewGLSurface(
110 static scoped_refptr<GLSurface> CreateOffscreenGLSurface(
113 static GLSurface* GetCurrent();
116 virtual ~GLSurface();
122 static void SetCurrent(GLSurface* surface);
127 friend class base::RefCounted<GLSurface>;
    [all...]
gl_surface.cc 26 base::LazyInstance<base::ThreadLocalPointer<GLSurface> >::Leaky
31 bool GLSurface::InitializeOneOff() {
34 TRACE_EVENT0("gpu", "GLSurface::InitializeOneOff");
73 bool GLSurface::InitializeOneOffImplementation(GLImplementation impl,
100 void GLSurface::InitializeOneOffForTests() {
139 void GLSurface::InitializeOneOffWithMockBindingsForTests() {
158 void GLSurface::InitializeDynamicMockBindingsForTests(GLContext* context) {
162 GLSurface::GLSurface() {}
164 bool GLSurface::Initialize()
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h 63 class GLSurface {
66 GLSurface():
72 virtual ~GLSurface() {}
111 class SurfaceTextureGL : public GLSurface, public SurfaceTextureBase {

Completed in 1509 milliseconds