Home
last modified time | relevance | path

Searched refs:GLES2Interface (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/cc/output/
Dshader.h21 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 …]
Dprogram_binding.h16 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);
Dprogram_binding.cc12 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()
Dgeometry_binding.h16 class GLES2Interface; variable
24 GeometryBinding(gpu::gles2::GLES2Interface* gl,
38 gpu::gles2::GLES2Interface* gl_;
Dshader.cc20 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 …]
Dcontext_provider.h18 namespace gles2 { class GLES2Interface; } variable
33 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
Dgl_renderer.h30 class GLES2Interface; variable
79 static void DebugGLCall(gpu::gles2::GLES2Interface* gl,
403 gpu::gles2::GLES2Interface* gl_;
/external/chromium_org/cc/scheduler/
Dtexture_uploader.h24 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_;
Dtexture_uploader.cc22 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/
Dgles2_interface.h16 class GLES2Interface {
18 GLES2Interface() {} in GLES2Interface() function
19 virtual ~GLES2Interface() {} in ~GLES2Interface()
Dgles2_trace_implementation.h17 : 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()
Dgles2_lib.cc31 gpu::gles2::GLES2Interface* GetGLContext() { in GetGLContext()
32 return static_cast<gpu::gles2::GLES2Interface*>( in GetGLContext()
36 void SetGLContext(gpu::gles2::GLES2Interface* context) { in SetGLContext()
Dgles2_lib.h29 GLES2_C_LIB_EXPORT gpu::gles2::GLES2Interface* GetGLContext();
32 GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl);
Dgles2_trace_implementation.cc11 GLES2TraceImplementation::GLES2TraceImplementation(GLES2Interface* gl) in GLES2TraceImplementation()
Dgles2_interface_stub.h14 class GLES2InterfaceStub : public GLES2Interface {
/external/chromium_org/cc/resources/
Dresource_provider.cc30 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 …]
Dresource_provider.h36 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/
Dgles2_impl.cc37 gpu::gles2::GLES2Interface* gl_interface = in MakeCurrent()
38 reinterpret_cast<gpu::gles2::GLES2Interface*>( in MakeCurrent()
/external/chromium_org/ui/aura/bench/
Dbench_main.cc145 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/
DDEPS3 # TODO(jamesr): Remove once cc depends on GLES2Interface instead of WGC3D
Dtest_context_provider.h35 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
/external/chromium_org/mojo/services/gles2/
Dgles2_impl.cc34 gpu::gles2::GLES2Interface* gl = gl_context_->GetImplementation(); in CreateContext()
/external/chromium_org/content/browser/aura/
Dimage_transport_factory_browsertest.cc53 gpu::gles2::GLES2Interface* gl = in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/common/gpu/client/
Dcontext_provider_command_buffer.h35 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE; in NON_EXPORTED_BASE()
/external/chromium_org/webkit/common/gpu/
Dcontext_provider_in_process.h36 virtual ::gpu::gles2::GLES2Interface* ContextGL() OVERRIDE; in NON_EXPORTED_BASE()

12