Searched defs:gl_ (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_trace_implementation.h28 GLES2Interface* gl_; member in class:gpu::gles2::GLES2TraceImplementation
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_unittests_android.cc26 gl_.Initialize(GLManager::Options());
30 gl_.Destroy();
33 GLManager gl_; member in class:gpu::GLSurfaceTextureTest
50 gl_.SetSurface(gl_surface.get());
H A Dgl_gpu_memory_buffer_unittest.cc40 gl_.Initialize(GLManager::Options());
41 gl_.MakeCurrent();
64 gl_.Destroy();
67 GLManager gl_; member in class:gpu::gles2::GpuMemoryBufferTest
80 EXPECT_TRUE(gl_.decoder()->GetImageManager()->LookupImage(image_id) != NULL);
H A Dgl_texture_storage_unittest.cc21 gl_.Initialize(options);
22 gl_.MakeCurrent();
41 gl_.Destroy();
44 GLManager gl_; member in class:gpu::TextureStorageTest
H A Dgl_unittest.cc18 gl_.Initialize(GLManager::Options());
22 gl_.Destroy();
25 GLManager gl_; member in class:gpu::GLTest
H A Dgl_chromium_path_rendering_unittest.cc25 gl_.Initialize(options);
28 virtual void TearDown() { gl_.Destroy(); }
40 GLManager gl_; member in class:gpu::CHROMIUMPathRenderingTest
H A Dgl_query_unittest.cc20 gl_.Initialize(GLManager::Options());
24 gl_.Destroy();
27 GLManager gl_; member in class:gpu::QueryTest
H A Dgl_bind_uniform_location_unittest.cc24 gl_.Initialize(options);
28 gl_.Destroy();
31 GLManager gl_; member in class:gpu::BindUniformLocationTest
H A Dgl_chromium_framebuffer_multisample_unittest.cc19 gl_.Initialize(GLManager::Options());
23 gl_.Destroy();
26 GLManager gl_; member in class:gpu::GLChromiumFramebufferMultisampleTest
H A Dgl_program_unittest.cc20 gl_.Initialize(GLManager::Options());
24 gl_.Destroy();
27 GLManager gl_; member in class:gpu::GLProgramTest
H A Dgl_stream_draw_unittest.cc25 gl_.Initialize(options);
29 gl_.Destroy();
32 GLManager gl_; member in class:gpu::GLStreamDrawTest
H A Docclusion_query_unittest.cc20 gl_.Initialize(options);
24 gl_.Destroy();
29 GLManager gl_; member in class:gpu::OcclusionQueryTest
H A Dgl_depth_texture_unittest.cc23 gl_.Initialize(options);
27 gl_.Destroy();
32 GLManager gl_; member in class:gpu::DepthTextureTest
H A Dgl_pointcoord_unittest.cc25 gl_.Initialize(options);
29 gl_.Destroy();
34 GLManager gl_; member in class:gpu::PointCoordTest
H A Dcompressed_texture_test.cc154 gl_.Initialize(options);
158 gl_.Destroy();
193 GLManager gl_; member in class:gpu::CompressedTextureTest
H A Dgl_copy_texture_CHROMIUM_unittest.cc24 gl_.Initialize(GLManager::Options());
45 gl_.Destroy();
48 GLManager gl_; member in class:gpu::GLCopyTextureCHROMIUMTest
545 options.share_group_manager = &gl_;
547 gl_.MakeCurrent();
574 gl_.MakeCurrent();
604 gl_.MakeCurrent();
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_service_test.h32 scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_; member in class:gpu::gles2::GpuServiceTest
/external/chromium_org/cc/output/
H A Dgeometry_binding.h38 gpu::gles2::GLES2Interface* gl_; member in class:cc::GeometryBinding
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_readback_support.h64 gpu::gles2::GLES2Interface* gl_; member in class:content::GLHelperReadbackSupport
H A Dgl_helper.h45 : gl_(gl), id_(0u), delete_func_(delete_func) {
46 (gl_->*gen_func)(1, &id_);
55 (gl_->*delete_func_)(1, &id_);
60 gpu::gles2::GLES2Interface* gl_; member in class:content::ScopedGLuint
97 : gl_(gl), bind_func_(bind_func) {
98 (gl_->*bind_func_)(Target, id);
101 virtual ~ScopedBinder() { (gl_->*bind_func_)(Target, 0); }
104 gpu::gles2::GLES2Interface* gl_; member in class:content::ScopedBinder
340 gpu::gles2::GLES2Interface* gl_; member in class:content::GLHelper
H A Dgl_helper_scaling.h193 gpu::gles2::GLES2Interface* gl_; member in class:content::GLHelperScaling
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_unittest.cc23 gl_.reset(new ::testing::StrictMock< ::gfx::MockGLInterface>());
24 ::gfx::MockGLInterface::SetGLInterface(gl_.get());
77 EXPECT_CALL(*gl_, GetString(GL_EXTENSIONS))
80 EXPECT_CALL(*gl_, GetString(GL_SHADING_LANGUAGE_VERSION))
83 EXPECT_CALL(*gl_, GetString(GL_VERSION))
86 EXPECT_CALL(*gl_, GetString(GL_VENDOR))
89 EXPECT_CALL(*gl_, GetString(GL_RENDERER))
96 gl_.reset();
101 scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_; member in class:gpu::GPUInfoCollectorTest
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h567 return gl_;
586 gl_ = gl;
603 ::gpu::gles2::GLES2Interface* gl_; member in class:webkit::gpu::WebGraphicsContext3DImpl
/external/chromium_org/cc/resources/
H A Dtexture_uploader.h75 gpu::gles2::GLES2Interface* gl_; member in class:cc::TextureUploader::Query
102 gpu::gles2::GLES2Interface* gl_; member in class:cc::TextureUploader
H A Dvideo_resource_updater.cc28 explicit SyncPointClientImpl(gpu::gles2::GLES2Interface* gl) : gl_(gl) {}
31 return GLC(gl_, gl_->InsertSyncPointCHROMIUM());
34 GLC(gl_, gl_->WaitSyncPointCHROMIUM(sync_point));
38 gpu::gles2::GLES2Interface* gl_; member in class:cc::__anon2787::SyncPointClientImpl

Completed in 262 milliseconds

12