/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation.cc | 47 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 …]
|
D | gles2_implementation_impl_autogen.h | 14 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 …]
|
D | program_info_manager.h | 14 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,
|
D | 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 */, 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 …]
|
D | share_group.cc | 27 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()
|
D | share_group.h | 17 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,
|
D | gles2_implementation.h | 119 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 …]
|
D | vertex_array_object_manager.h | 17 class GLES2Implementation; variable 55 GLES2Implementation* gl, 64 GLES2Implementation* gl,
|
D | query_tracker.h | 24 class GLES2Implementation; variable 136 void Begin(GLES2Implementation* gl); 137 void End(GLES2Implementation* gl);
|
D | gl_in_process_context.cc | 67 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()
|
D | gl_in_process_context.h | 29 class GLES2Implementation; variable 77 virtual gles2::GLES2Implementation* GetImplementation() = 0;
|
D | gles2_implementation_unittest.cc | 322 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 …]
|
D | query_tracker.cc | 101 void QueryTracker::Query::Begin(GLES2Implementation* gl) { in Begin() 123 void QueryTracker::Query::End(GLES2Implementation* gl) { in End()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_graphics_3d_shared.h | 22 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_;
|
D | ppb_video_decoder_shared.h | 20 class GLES2Implementation; variable 57 gpu::gles2::GLES2Implementation* gles2_impl); 76 gpu::gles2::GLES2Implementation* gles2_impl_;
|
D | ppb_graphics_3d_shared.cc | 106 gpu::gles2::GLES2Implementation* share_gles2) { in CreateGLES2Impl() 125 gles2_impl_.reset(new gpu::gles2::GLES2Implementation( in CreateGLES2Impl() 137 gpu::gles2::GLES2Implementation::kNoLimit)) { in CreateGLES2Impl()
|
D | ppb_video_decoder_shared.cc | 40 gpu::gles2::GLES2Implementation* gles2_impl) { in InitCommon()
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_manager.h | 35 class GLES2Implementation; variable 85 gles2::GLES2Implementation* gles2_implementation() const { in gles2_implementation() 110 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
|
D | gl_manager.cc | 195 gles2_implementation_.reset(new gles2::GLES2Implementation( in Initialize() 207 gpu::gles2::GLES2Implementation::kNoLimit)) in Initialize()
|
/external/chromium_org/content/renderer/pepper/ |
D | ppb_video_decoder_impl.h | 24 class GLES2Implementation; variable 73 gpu::gles2::GLES2Implementation* gles2_impl,
|
/external/chromium_org/content/renderer/media/ |
D | renderer_gpu_video_accelerator_factories.cc | 145 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/ |
D | display.h | 28 class GLES2Implementation; variable 96 scoped_ptr<gpu::gles2::GLES2Implementation> context_;
|
D | display.cc | 234 context_.reset(new gpu::gles2::GLES2Implementation( in CreateContext() 246 gpu::gles2::GLES2Implementation::kNoLimit)) { in CreateContext()
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_graphics_3d_proxy.cc | 63 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2) { in Init() 151 gpu::gles2::GLES2Implementation* share_gles2 = NULL; in CreateProxyResource()
|
D | ppb_graphics_3d_proxy.h | 34 bool Init(gpu::gles2::GLES2Implementation* share_gles2);
|