Searched defs:gl_ (Results 1 - 25 of 34) sorted by last modified time

12

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp52 Context (const glw::Functions& gl_);
72 Context::Context (const glw::Functions& gl_) argument
73 : gl (gl_)
/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/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc450 gl_.reset(new GLES2Implementation(helper_.get(),
457 if (!gl_->Initialize(kTransferBufferSize,
466 ::testing::Mock::VerifyAndClearExpectations(gl_.get());
479 Mock::VerifyAndClear(gl_.get());
484 gl_.reset();
502 scoped_ptr<GLES2Implementation> gl_; member in class:gpu::gles2::GLES2ImplementationTest::TestContext
525 return gl_->query_tracker_->GetQuery(id);
556 gl_ = test_contexts_[0].gl_.get();
591 gl_
617 GLES2Implementation* gl_; member in class:gpu::gles2::GLES2ImplementationTest
[all...]
H A Dgles2_trace_implementation.h28 GLES2Interface* gl_; member in class:gpu::gles2::GLES2TraceImplementation
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.h181 return gl_.get();
503 scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_; member in class:gpu::gles2::GLES2DecoderTestBase
H A Dgpu_service_test.h32 scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_; member in class:gpu::gles2::GpuServiceTest
/external/chromium_org/gpu/command_buffer/tests/
H A Dcompressed_texture_test.cc154 gl_.Initialize(options);
158 gl_.Destroy();
193 GLManager gl_; member in class:gpu::CompressedTextureTest
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_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_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();
H A Dgl_depth_texture_unittest.cc23 gl_.Initialize(options);
27 gl_.Destroy();
32 GLManager gl_; member in class:gpu::DepthTextureTest
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_pointcoord_unittest.cc25 gl_.Initialize(options);
29 gl_.Destroy();
34 GLManager gl_; member in class:gpu::PointCoordTest
H A Dgl_program_unittest.cc20 gl_.Initialize(GLManager::Options());
24 gl_.Destroy();
27 GLManager gl_; member in class:gpu::GLProgramTest
H A Dgl_query_unittest.cc20 gl_.Initialize(GLManager::Options());
24 gl_.Destroy();
27 GLManager gl_; member in class:gpu::QueryTest
H A Dgl_readback_unittest.cc25 gl_.Initialize(GLManager::Options());
29 gl_.Destroy();
51 GLManager gl_; member in class:gpu::GLReadbackTest
H A Dgl_stream_draw_unittest.cc25 gl_.Initialize(options);
29 gl_.Destroy();
32 GLManager gl_; member in class:gpu::GLStreamDrawTest
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_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 Docclusion_query_unittest.cc20 gl_.Initialize(options);
24 gl_.Destroy();
29 GLManager gl_; member in class:gpu::OcclusionQueryTest
/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/content/common/gpu/client/
H A Dgl_helper.cc36 explicit ScopedFlush(gpu::gles2::GLES2Interface* gl) : gl_(gl) {}
38 ~ScopedFlush() { gl_->Flush(); }
41 gpu::gles2::GLES2Interface* gl_; member in class:__anon7579::ScopedFlush
118 : gl_(gl),
123 const GLubyte* extensions = gl_->GetString(GL_EXTENSIONS);
129 gl_->GetIntegerv(GL_MAX_DRAW_BUFFERS_EXT, &max_draw_buffers_);
261 GLES2Interface* gl_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUVImpl
299 GLES2Interface* gl_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUV_MRT
357 GLES2Interface* gl_; member in class:content::GLHelper::CopyTextureToImpl
394 gl_
[all...]
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

Completed in 3305 milliseconds

12