HomeSort by relevance Sort by last modified time
    Searched defs:gl_ (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation.h 28 GLES2Interface* gl_; member in class:gpu::gles2::GLES2TraceImplementation
  /external/chromium_org/gpu/command_buffer/tests/
gl_unittests_android.cc 26 gl_.Initialize(GLManager::Options());
30 gl_.Destroy();
33 GLManager gl_; member in class:gpu::GLSurfaceTextureTest
50 gl_.SetSurface(gl_surface.get());
gl_chromium_path_rendering_unittest.cc 25 gl_.Initialize(options);
28 virtual void TearDown() { gl_.Destroy(); }
40 GLManager gl_; member in class:gpu::CHROMIUMPathRenderingTest
gl_gpu_memory_buffer_unittest.cc 40 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);
gl_texture_storage_unittest.cc 21 gl_.Initialize(options);
22 gl_.MakeCurrent();
41 gl_.Destroy();
44 GLManager gl_; member in class:gpu::TextureStorageTest
gl_unittest.cc 18 gl_.Initialize(GLManager::Options());
22 gl_.Destroy();
25 GLManager gl_; member in class:gpu::GLTest
gl_query_unittest.cc 20 gl_.Initialize(GLManager::Options());
24 gl_.Destroy();
27 GLManager gl_; member in class:gpu::QueryTest
gl_bind_uniform_location_unittest.cc 24 gl_.Initialize(options);
28 gl_.Destroy();
31 GLManager gl_; member in class:gpu::BindUniformLocationTest
gl_chromium_framebuffer_multisample_unittest.cc 19 gl_.Initialize(GLManager::Options());
23 gl_.Destroy();
26 GLManager gl_; member in class:gpu::GLChromiumFramebufferMultisampleTest
gl_program_unittest.cc 20 gl_.Initialize(GLManager::Options());
24 gl_.Destroy();
27 GLManager gl_; member in class:gpu::GLProgramTest
gl_stream_draw_unittest.cc 25 gl_.Initialize(options);
29 gl_.Destroy();
32 GLManager gl_; member in class:gpu::GLStreamDrawTest
occlusion_query_unittest.cc 20 gl_.Initialize(options);
24 gl_.Destroy();
29 GLManager gl_; member in class:gpu::OcclusionQueryTest
gl_depth_texture_unittest.cc 23 gl_.Initialize(options);
27 gl_.Destroy();
32 GLManager gl_; member in class:gpu::DepthTextureTest
gl_pointcoord_unittest.cc 25 gl_.Initialize(options);
29 gl_.Destroy();
34 GLManager gl_; member in class:gpu::PointCoordTest
compressed_texture_test.cc 154 gl_.Initialize(options);
158 gl_.Destroy();
193 GLManager gl_; member in class:gpu::CompressedTextureTest
  /external/chromium_org/gpu/command_buffer/service/
gpu_service_test.h 32 scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_; member in class:gpu::gles2::GpuServiceTest
  /external/chromium_org/cc/output/
geometry_binding.h 38 gpu::gles2::GLES2Interface* gl_; member in class:cc::GeometryBinding
  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.h 64 gpu::gles2::GLES2Interface* gl_; member in class:content::GLHelperReadbackSupport
gl_helper_scaling.h 193 gpu::gles2::GLES2Interface* gl_; member in class:content::GLHelperScaling
gl_helper.h 45 : 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
gl_helper_scaling.cc 28 : gl_(gl), helper_(helper), vertex_attributes_buffer_(gl_) {
36 // UseProgram() with the right parameters. Note that |gl_|
41 : gl_(gl),
43 program_(gl_->CreateProgram()),
70 ~ShaderProgram() { gl_->DeleteProgram(program_); }
72 GLES2Interface* gl_; member in class:content::ShaderProgram
121 : gl_(gl),
143 gl_->GenTextures(1, &intermediate_texture_);
144 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_,
238 GLES2Interface* gl_; member in class:content::ScalerImpl
    [all...]
  /external/chromium_org/gpu/config/
gpu_info_collector_unittest.cc 23 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/
webgraphicscontext3d_impl.h 567 return gl_;
586 gl_ = gl;
603 ::gpu::gles2::GLES2Interface* gl_; member in class:webkit::gpu::WebGraphicsContext3DImpl
  /external/chromium_org/cc/resources/
texture_uploader.h 75 gpu::gles2::GLES2Interface* gl_; member in class:cc::TextureUploader::Query
102 gpu::gles2::GLES2Interface* gl_; member in class:cc::TextureUploader
video_resource_updater.cc 28 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::__anon7412::SyncPointClientImpl

Completed in 121 milliseconds

1 2