Home
last modified time | relevance | path

Searched refs:GLES2Implementation (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation.cc47 const size_t GLES2Implementation::kMaxSizeOfSimpleResult;
48 const unsigned int GLES2Implementation::kStartingOffset;
51 GLES2Implementation::GLStaticState::GLStaticState() { in GLStaticState()
54 GLES2Implementation::GLStaticState::~GLStaticState() { in ~GLStaticState()
57 GLES2Implementation::GLStaticState::IntState::IntState() in IntState()
72 GLES2Implementation::SingleThreadChecker::SingleThreadChecker( in SingleThreadChecker()
73 GLES2Implementation* gles2_implementation) in SingleThreadChecker()
79 GLES2Implementation::SingleThreadChecker::~SingleThreadChecker() { in ~SingleThreadChecker()
84 GLES2Implementation::GLES2Implementation( in GLES2Implementation() function in gpu::gles2::GLES2Implementation
139 bool GLES2Implementation::Initialize( in Initialize()
[all …]
Dgles2_implementation_impl_autogen.h14 void GLES2Implementation::AttachShader(GLuint program, GLuint shader) { in AttachShader()
21 void GLES2Implementation::BindBuffer(GLenum target, GLuint buffer) { in BindBuffer()
34 void GLES2Implementation::BindFramebuffer(GLenum target, GLuint framebuffer) { in BindFramebuffer()
48 void GLES2Implementation::BindRenderbuffer( in BindRenderbuffer()
63 void GLES2Implementation::BindTexture(GLenum target, GLuint texture) { in BindTexture()
76 void GLES2Implementation::BlendColor( in BlendColor()
84 void GLES2Implementation::BlendEquation(GLenum mode) { in BlendEquation()
91 void GLES2Implementation::BlendEquationSeparate( in BlendEquationSeparate()
99 void GLES2Implementation::BlendFunc(GLenum sfactor, GLenum dfactor) { in BlendFunc()
106 void GLES2Implementation::BlendFuncSeparate( in BlendFuncSeparate()
[all …]
Dprogram_info_manager.h14 class GLES2Implementation; variable
28 GLES2Implementation* gl, GLuint program, GLenum pname, GLint* params) = 0;
31 GLES2Implementation* gl, GLuint program, const char* name) = 0;
34 GLES2Implementation* gl, GLuint program, const char* name) = 0;
37 GLES2Implementation* gl,
42 GLES2Implementation* gl,
Dprogram_info_manager.cc26 virtual bool GetProgramiv(GLES2Implementation* gl,
31 virtual GLint GetAttribLocation(GLES2Implementation* gl,
35 virtual GLint GetUniformLocation(GLES2Implementation* gl,
39 virtual bool GetActiveAttrib(GLES2Implementation* gl,
48 virtual bool GetActiveUniform(GLES2Implementation* gl,
72 GLES2Implementation* /* gl */, in GetProgramiv() argument
80 GLES2Implementation* gl, GLuint program, const char* name) { in GetAttribLocation()
85 GLES2Implementation* gl, GLuint program, const char* name) { in GetUniformLocation()
90 GLES2Implementation* gl, in GetActiveAttrib()
98 GLES2Implementation* gl, in GetActiveUniform()
[all …]
Dshare_group.cc27 GLES2Implementation* /* gl_impl */, in MakeIds() argument
43 GLES2Implementation* gl_impl, in FreeIds()
84 GLES2Implementation* /* gl_impl */, in MakeIds() argument
93 GLES2Implementation* gl_impl, in FreeIds()
120 virtual void MakeIds(GLES2Implementation* gl_impl, in MakeIds()
127 virtual bool FreeIds(GLES2Implementation* gl_impl, in FreeIds()
156 virtual void MakeIds(GLES2Implementation* gl_impl, in MakeIds()
165 virtual bool FreeIds(GLES2Implementation* gl_impl, in FreeIds()
Dshare_group.h17 class GLES2Implementation; variable
21 typedef void (GLES2Implementation::*DeleteFn)(GLsizei n, const GLuint* ids);
31 GLES2Implementation* gl_impl,
36 GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids,
Dgles2_implementation.h119 class GLES2_IMPL_EXPORT GLES2Implementation
183 GLES2Implementation( in NON_EXPORTED_BASE()
191 virtual ~GLES2Implementation(); in NON_EXPORTED_BASE()
376 SingleThreadChecker(GLES2Implementation* gles2_implementation); in NON_EXPORTED_BASE()
380 GLES2Implementation* gles2_implementation_; in NON_EXPORTED_BASE()
721 base::WeakPtrFactory<GLES2Implementation> weak_ptr_factory_; in NON_EXPORTED_BASE()
723 DISALLOW_COPY_AND_ASSIGN(GLES2Implementation); in NON_EXPORTED_BASE()
726 inline bool GLES2Implementation::GetBufferParameterivHelper( in GetBufferParameterivHelper()
731 inline bool GLES2Implementation::GetFramebufferAttachmentParameterivHelper( in GetFramebufferAttachmentParameterivHelper()
739 inline bool GLES2Implementation::GetRenderbufferParameterivHelper( in GetRenderbufferParameterivHelper()
[all …]
Dvertex_array_object_manager.h17 class GLES2Implementation; variable
55 GLES2Implementation* gl,
64 GLES2Implementation* gl,
Dquery_tracker.h24 class GLES2Implementation; variable
136 void Begin(GLES2Implementation* gl);
137 void End(GLES2Implementation* gl);
Dgl_in_process_context.cc67 virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE;
81 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
106 gles2::GLES2Implementation* GLInProcessContextImpl::GetImplementation() { in GetImplementation()
249 gles2_implementation_.reset(new gles2::GLES2Implementation( in Initialize()
266 gles2::GLES2Implementation::kNoLimit)) { in Initialize()
Dgl_in_process_context.h29 class GLES2Implementation; variable
77 virtual gles2::GLES2Implementation* GetImplementation() = 0;
Dgles2_implementation_unittest.cc322 GLES2Implementation::kClientSideArrayId + 2;
363 GLES2Implementation::kStartingOffset, in Initialize()
364 GLES2Implementation::kAlignment)); in Initialize()
373 GLES2Implementation::GLStaticState state; in Initialize()
374 GLES2Implementation::GLStaticState::IntState& int_state = state.int_state; in Initialize()
392 sizeof(GLES2Implementation::GLStaticState::IntState) * 2 + in Initialize()
403 gl_.reset(new GLES2Implementation( in Initialize()
414 GLES2Implementation::kNoLimit)); in Initialize()
485 scoped_ptr<GLES2Implementation> gl_;
545 const uint32 kBucketId = GLES2Implementation::kResultBucketId; in TEST_F()
[all …]
Dquery_tracker.cc101 void QueryTracker::Query::Begin(GLES2Implementation* gl) { in Begin()
123 void QueryTracker::Query::End(GLES2Implementation* gl) { in End()
/external/chromium_org/ppapi/shared_impl/
Dppb_graphics_3d_shared.h22 class GLES2Implementation; variable
54 gpu::gles2::GLES2Implementation* gles2_impl() { in gles2_impl()
73 gpu::gles2::GLES2Implementation* share_gles2);
79 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_;
Dppb_video_decoder_shared.h20 class GLES2Implementation; variable
57 gpu::gles2::GLES2Implementation* gles2_impl);
76 gpu::gles2::GLES2Implementation* gles2_impl_;
Dppb_graphics_3d_shared.cc106 gpu::gles2::GLES2Implementation* share_gles2) { in CreateGLES2Impl()
125 gles2_impl_.reset(new gpu::gles2::GLES2Implementation( in CreateGLES2Impl()
137 gpu::gles2::GLES2Implementation::kNoLimit)) { in CreateGLES2Impl()
Dppb_video_decoder_shared.cc40 gpu::gles2::GLES2Implementation* gles2_impl) { in InitCommon()
/external/chromium_org/gpu/command_buffer/tests/
Dgl_manager.h35 class GLES2Implementation; variable
85 gles2::GLES2Implementation* gles2_implementation() const { in gles2_implementation()
110 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
Dgl_manager.cc195 gles2_implementation_.reset(new gles2::GLES2Implementation( in Initialize()
207 gpu::gles2::GLES2Implementation::kNoLimit)) in Initialize()
/external/chromium_org/content/renderer/pepper/
Dppb_video_decoder_impl.h24 class GLES2Implementation; variable
73 gpu::gles2::GLES2Implementation* gles2_impl,
/external/chromium_org/content/renderer/media/
Drenderer_gpu_video_accelerator_factories.cc145 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation(); in CreateTextures()
189 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation(); in DeleteTexture()
201 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation(); in WaitSyncPoint()
246 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation(); in AsyncReadPixels()
/external/chromium_org/gpu/gles2_conform_support/egl/
Ddisplay.h28 class GLES2Implementation; variable
96 scoped_ptr<gpu::gles2::GLES2Implementation> context_;
Ddisplay.cc234 context_.reset(new gpu::gles2::GLES2Implementation( in CreateContext()
246 gpu::gles2::GLES2Implementation::kNoLimit)) { in CreateContext()
/external/chromium_org/ppapi/proxy/
Dppb_graphics_3d_proxy.cc63 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2) { in Init()
151 gpu::gles2::GLES2Implementation* share_gles2 = NULL; in CreateProxyResource()
Dppb_graphics_3d_proxy.h34 bool Init(gpu::gles2::GLES2Implementation* share_gles2);

12