/external/chromium_org/gpu/command_buffer/client/ |
program_info_manager.h | 14 class GLES2Implementation; 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,
|
share_group.h | 17 class GLES2Implementation; 21 typedef void (GLES2Implementation::*DeleteFn)(GLsizei n, const GLuint* ids); 31 GLES2Implementation* gl_impl, 36 GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids,
|
gles2_implementation.cc | 47 const size_t GLES2Implementation::kMaxSizeOfSimpleResult; 48 const unsigned int GLES2Implementation::kStartingOffset; 51 GLES2Implementation::GLStaticState::GLStaticState() { 54 GLES2Implementation::GLStaticState::~GLStaticState() { 57 GLES2Implementation::GLStaticState::IntState::IntState() 72 GLES2Implementation::SingleThreadChecker::SingleThreadChecker( 73 GLES2Implementation* gles2_implementation) 79 GLES2Implementation::SingleThreadChecker::~SingleThreadChecker() { 84 GLES2Implementation::GLES2Implementation( [all...] |
gl_in_process_context.h | 29 class GLES2Implementation; 77 virtual gles2::GLES2Implementation* GetImplementation() = 0;
|
gles2_implementation_impl_autogen.h | 14 void GLES2Implementation::AttachShader(GLuint program, GLuint shader) { 21 void GLES2Implementation::BindBuffer(GLenum target, GLuint buffer) { 34 void GLES2Implementation::BindFramebuffer(GLenum target, GLuint framebuffer) { 48 void GLES2Implementation::BindRenderbuffer( 63 void GLES2Implementation::BindTexture(GLenum target, GLuint texture) { 76 void GLES2Implementation::BlendColor( 84 void GLES2Implementation::BlendEquation(GLenum mode) { 91 void GLES2Implementation::BlendEquationSeparate( 99 void GLES2Implementation::BlendFunc(GLenum sfactor, GLenum dfactor) { 106 void GLES2Implementation::BlendFuncSeparate [all...] |
share_group.cc | 27 GLES2Implementation* /* gl_impl */, 43 GLES2Implementation* gl_impl, 84 GLES2Implementation* /* gl_impl */, 93 GLES2Implementation* gl_impl, 120 virtual void MakeIds(GLES2Implementation* gl_impl, 127 virtual bool FreeIds(GLES2Implementation* gl_impl, 156 virtual void MakeIds(GLES2Implementation* gl_impl, 165 virtual bool FreeIds(GLES2Implementation* gl_impl,
|
program_info_manager.cc | 26 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 */, 80 GLES2Implementation* gl, GLuint program, const char* name) { 85 GLES2Implementation* gl, GLuint program, const char* name) { 90 GLES2Implementation* gl, 98 GLES2Implementation* gl [all...] |
vertex_array_object_manager.h | 17 class GLES2Implementation; 55 GLES2Implementation* gl, 64 GLES2Implementation* gl,
|
query_tracker.h | 24 class GLES2Implementation; 136 void Begin(GLES2Implementation* gl); 137 void End(GLES2Implementation* gl);
|
gles2_implementation.h | 119 class GLES2_IMPL_EXPORT GLES2Implementation 183 GLES2Implementation( 191 virtual ~GLES2Implementation(); 199 // The GLES2CmdHelper being used by this GLES2Implementation. You can use 376 SingleThreadChecker(GLES2Implementation* gles2_implementation); 380 GLES2Implementation* gles2_implementation_; 721 base::WeakPtrFactory<GLES2Implementation> weak_ptr_factory_; 723 DISALLOW_COPY_AND_ASSIGN(GLES2Implementation); 726 inline bool GLES2Implementation::GetBufferParameterivHelper( 731 inline bool GLES2Implementation::GetFramebufferAttachmentParameterivHelper [all...] |
gl_in_process_context.cc | 67 virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE; 81 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_; 106 gles2::GLES2Implementation* GLInProcessContextImpl::GetImplementation() { 249 gles2_implementation_.reset(new gles2::GLES2Implementation( 266 gles2::GLES2Implementation::kNoLimit)) {
|
query_tracker.cc | 101 void QueryTracker::Query::Begin(GLES2Implementation* gl) { 123 void QueryTracker::Query::End(GLES2Implementation* gl) {
|
gles2_implementation_unittest.cc | 5 // Tests for GLES2Implementation. 105 // we need to know their address before GLES2Implementation::Initialize 322 GLES2Implementation::kClientSideArrayId + 2; 363 GLES2Implementation::kStartingOffset, 364 GLES2Implementation::kAlignment)); 373 GLES2Implementation::GLStaticState state; 374 GLES2Implementation::GLStaticState::IntState& int_state = state.int_state; 392 sizeof(GLES2Implementation::GLStaticState::IntState) * 2 + 403 gl_.reset(new GLES2Implementation( 414 GLES2Implementation::kNoLimit)) [all...] |
/external/chromium_org/ppapi/shared_impl/ |
ppb_graphics_3d_shared.h | 22 class GLES2Implementation; 54 gpu::gles2::GLES2Implementation* gles2_impl() { 73 gpu::gles2::GLES2Implementation* share_gles2); 79 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_;
|
ppb_video_decoder_shared.h | 20 class GLES2Implementation; 57 gpu::gles2::GLES2Implementation* gles2_impl); 72 // Reference to the GLES2Implementation owned by |graphics_context_|. 76 gpu::gles2::GLES2Implementation* gles2_impl_;
|
ppb_graphics_3d_shared.cc | 106 gpu::gles2::GLES2Implementation* share_gles2) { 125 gles2_impl_.reset(new gpu::gles2::GLES2Implementation( 137 gpu::gles2::GLES2Implementation::kNoLimit)) {
|
ppb_video_decoder_shared.cc | 40 gpu::gles2::GLES2Implementation* gles2_impl) {
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_manager.h | 35 class GLES2Implementation; 85 gles2::GLES2Implementation* gles2_implementation() const { 110 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
|
gl_manager.cc | 195 gles2_implementation_.reset(new gles2::GLES2Implementation( 207 gpu::gles2::GLES2Implementation::kNoLimit)) 208 << "Could not init GLES2Implementation";
|
/external/chromium_org/content/renderer/pepper/ |
ppb_video_decoder_impl.h | 24 class GLES2Implementation; 73 gpu::gles2::GLES2Implementation* gles2_impl,
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.h | 28 class GLES2Implementation; 96 scoped_ptr<gpu::gles2::GLES2Implementation> context_;
|
display.cc | 234 context_.reset(new gpu::gles2::GLES2Implementation( 246 gpu::gles2::GLES2Implementation::kNoLimit)) {
|
/external/chromium_org/content/renderer/media/ |
renderer_gpu_video_accelerator_factories.cc | 145 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation(); 189 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation(); 201 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation(); 246 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();
|
/external/chromium_org/ppapi/proxy/ |
ppb_graphics_3d_proxy.h | 34 bool Init(gpu::gles2::GLES2Implementation* share_gles2);
|
ppb_graphics_3d_proxy.cc | 63 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2) { 151 gpu::gles2::GLES2Implementation* share_gles2 = NULL;
|