/external/chromium_org/cc/output/ |
D | shader.h | 21 class GLES2Interface; variable 47 gpu::gles2::GLES2Interface* context, 53 gpu::gles2::GLES2Interface* context, 62 void Init(gpu::gles2::GLES2Interface* context, 79 void Init(gpu::gles2::GLES2Interface* context, 98 void Init(gpu::gles2::GLES2Interface* context, 113 void Init(gpu::gles2::GLES2Interface* context, in Init() 123 void Init(gpu::gles2::GLES2Interface* context, 144 void Init(gpu::gles2::GLES2Interface* context, 165 void Init(gpu::gles2::GLES2Interface* context, [all …]
|
D | program_binding.h | 16 class GLES2Interface; variable 27 bool Init(gpu::gles2::GLES2Interface* context, 30 bool Link(gpu::gles2::GLES2Interface* context); 31 void Cleanup(gpu::gles2::GLES2Interface* context); 37 unsigned LoadShader(gpu::gles2::GLES2Interface* context, 40 unsigned CreateShaderProgram(gpu::gles2::GLES2Interface* context, 43 void CleanupShaders(gpu::gles2::GLES2Interface* context);
|
D | program_binding.cc | 12 using gpu::gles2::GLES2Interface; 30 bool ProgramBindingBase::Init(GLES2Interface* context, in Init() 51 bool ProgramBindingBase::Link(GLES2Interface* context) { in Link() 65 void ProgramBindingBase::Cleanup(GLES2Interface* context) { in Cleanup() 77 unsigned ProgramBindingBase::LoadShader(GLES2Interface* context, in LoadShader() 100 unsigned ProgramBindingBase::CreateShaderProgram(GLES2Interface* context, in CreateShaderProgram() 122 void ProgramBindingBase::CleanupShaders(GLES2Interface* context) { in CleanupShaders()
|
D | geometry_binding.h | 16 class GLES2Interface; variable 24 GeometryBinding(gpu::gles2::GLES2Interface* gl, 38 gpu::gles2::GLES2Interface* gl_;
|
D | shader.cc | 20 using gpu::gles2::GLES2Interface; 26 static void GetProgramUniformLocations(GLES2Interface* context, in GetProgramUniformLocations() 75 TexCoordPrecision TexCoordPrecisionRequired(GLES2Interface* context, in TexCoordPrecisionRequired() 137 TexCoordPrecision TexCoordPrecisionRequired(GLES2Interface* context, in TexCoordPrecisionRequired() 146 TexCoordPrecision TexCoordPrecisionRequired(GLES2Interface* context, in TexCoordPrecisionRequired() 158 void VertexShaderPosTex::Init(GLES2Interface* context, in Init() 192 void VertexShaderPosTexYUVStretch::Init(GLES2Interface* context, in Init() 229 void VertexShaderPos::Init(GLES2Interface* context, in Init() 261 void VertexShaderPosTexTransform::Init(GLES2Interface* context, in Init() 317 void VertexShaderQuad::Init(GLES2Interface* context, in Init() [all …]
|
D | context_provider.h | 18 namespace gles2 { class GLES2Interface; } variable 33 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
|
D | gl_renderer.h | 30 class GLES2Interface; variable 79 static void DebugGLCall(gpu::gles2::GLES2Interface* gl, 403 gpu::gles2::GLES2Interface* gl_;
|
/external/chromium_org/cc/scheduler/ |
D | texture_uploader.h | 24 class GLES2Interface; variable 32 static scoped_ptr<TextureUploader> Create(gpu::gles2::GLES2Interface* gl) { in Create() 58 static scoped_ptr<Query> Create(gpu::gles2::GLES2Interface* gl) { in Create() 77 explicit Query(gpu::gles2::GLES2Interface* gl); 79 gpu::gles2::GLES2Interface* gl_; 88 explicit TextureUploader(gpu::gles2::GLES2Interface* gl); 106 gpu::gles2::GLES2Interface* gl_;
|
D | texture_uploader.cc | 22 using gpu::gles2::GLES2Interface; 43 TextureUploader::Query::Query(GLES2Interface* gl) in Query() 79 TextureUploader::TextureUploader(GLES2Interface* gl) in TextureUploader()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface.h | 16 class GLES2Interface { 18 GLES2Interface() {} in GLES2Interface() function 19 virtual ~GLES2Interface() {} in ~GLES2Interface()
|
D | gles2_trace_implementation.h | 17 : NON_EXPORTED_BASE(public GLES2Interface) { in NON_EXPORTED_BASE() argument 19 explicit GLES2TraceImplementation(GLES2Interface* gl); in NON_EXPORTED_BASE() 28 GLES2Interface* gl_; in NON_EXPORTED_BASE()
|
D | gles2_lib.cc | 31 gpu::gles2::GLES2Interface* GetGLContext() { in GetGLContext() 32 return static_cast<gpu::gles2::GLES2Interface*>( in GetGLContext() 36 void SetGLContext(gpu::gles2::GLES2Interface* context) { in SetGLContext()
|
D | gles2_lib.h | 29 GLES2_C_LIB_EXPORT gpu::gles2::GLES2Interface* GetGLContext(); 32 GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl);
|
D | gles2_trace_implementation.cc | 11 GLES2TraceImplementation::GLES2TraceImplementation(GLES2Interface* gl) in GLES2TraceImplementation()
|
D | gles2_interface_stub.h | 14 class GLES2InterfaceStub : public GLES2Interface {
|
/external/chromium_org/cc/resources/ |
D | resource_provider.cc | 30 using gpu::gles2::GLES2Interface; 41 IdAllocator(GLES2Interface* gl, size_t id_allocation_chunk_size) in IdAllocator() 49 GLES2Interface* gl_; 96 ScopedSetActiveTexture(GLES2Interface* gl, GLenum unit) in ScopedSetActiveTexture() 111 GLES2Interface* gl_; 117 TextureIdAllocator(GLES2Interface* gl, in TextureIdAllocator() 141 BufferIdAllocator(GLES2Interface* gl, size_t buffer_id_allocation_chunk_size) in BufferIdAllocator() 430 GLES2Interface* gl = ContextGL(); in CreateResourceFromExternalTexture() 526 GLES2Interface* gl = ContextGL(); in DeleteResourceInternal() 532 GLES2Interface* gl = ContextGL(); in DeleteResourceInternal() [all …]
|
D | resource_provider.h | 36 class GLES2Interface; variable 362 static GLint GetActiveTextureUnit(gpu::gles2::GLES2Interface* gl); 458 void TransferResource(gpu::gles2::GLES2Interface* gl, 481 gpu::gles2::GLES2Interface* ContextGL() const;
|
/external/chromium_org/mojo/gles2/ |
D | gles2_impl.cc | 37 gpu::gles2::GLES2Interface* gl_interface = in MakeCurrent() 38 reinterpret_cast<gpu::gles2::GLES2Interface*>( in MakeCurrent()
|
/external/chromium_org/ui/aura/bench/ |
D | bench_main.cc | 145 WebGLTexture(gpu::gles2::GLES2Interface* gl, const gfx::Size& size) in WebGLTexture() 168 gpu::gles2::GLES2Interface* gl_; 209 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in WebGLBench() 232 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); in Draw()
|
/external/chromium_org/cc/test/ |
D | DEPS | 3 # TODO(jamesr): Remove once cc depends on GLES2Interface instead of WGC3D
|
D | test_context_provider.h | 35 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
|
/external/chromium_org/mojo/services/gles2/ |
D | gles2_impl.cc | 34 gpu::gles2::GLES2Interface* gl = gl_context_->GetImplementation(); in CreateContext()
|
/external/chromium_org/content/browser/aura/ |
D | image_transport_factory_browsertest.cc | 53 gpu::gles2::GLES2Interface* gl = in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/common/gpu/client/ |
D | context_provider_command_buffer.h | 35 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE; in NON_EXPORTED_BASE()
|
/external/chromium_org/webkit/common/gpu/ |
D | context_provider_in_process.h | 36 virtual ::gpu::gles2::GLES2Interface* ContextGL() OVERRIDE; in NON_EXPORTED_BASE()
|