HomeSort by relevance Sort by last modified time
    Searched refs:GLES2Implementation (Results 1 - 25 of 34) sorted by null

1 2

  /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,
share_group.cc 26 GLES2Implementation* /* gl_impl */,
42 GLES2Implementation* gl_impl,
83 GLES2Implementation* /* gl_impl */,
92 GLES2Implementation* gl_impl,
119 virtual void MakeIds(GLES2Implementation* gl_impl,
126 virtual bool FreeIds(GLES2Implementation* gl_impl,
155 virtual void MakeIds(GLES2Implementation* gl_impl,
164 virtual bool FreeIds(GLES2Implementation* gl_impl,
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...]
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...]
program_info_manager.cc 25 virtual bool GetProgramiv(GLES2Implementation* gl,
30 virtual GLint GetAttribLocation(GLES2Implementation* gl,
34 virtual GLint GetUniformLocation(GLES2Implementation* gl,
38 virtual bool GetActiveAttrib(GLES2Implementation* gl,
47 virtual bool GetActiveUniform(GLES2Implementation* gl,
71 GLES2Implementation* /* gl */,
79 GLES2Implementation* gl, GLuint program, const char* name) {
84 GLES2Implementation* gl, GLuint program, const char* name) {
89 GLES2Implementation* gl,
97 GLES2Implementation* gl
    [all...]
vertex_array_object_manager.h 17 class GLES2Implementation;
55 GLES2Implementation* gl,
64 GLES2Implementation* gl,
gl_in_process_context.h 28 class GLES2Implementation;
86 virtual gles2::GLES2Implementation* GetImplementation() = 0;
query_tracker.h 24 class GLES2Implementation;
136 void Begin(GLES2Implementation* gl);
137 void End(GLES2Implementation* gl);
gles2_implementation.h 116 class GLES2_IMPL_EXPORT GLES2Implementation : public GLES2Interface {
175 GLES2Implementation(
182 virtual ~GLES2Implementation();
189 // The GLES2CmdHelper being used by this GLES2Implementation. You can use
340 SingleThreadChecker(GLES2Implementation* gles2_implementation);
344 GLES2Implementation* gles2_implementation_;
673 DISALLOW_COPY_AND_ASSIGN(GLES2Implementation);
676 inline bool GLES2Implementation::GetBufferParameterivHelper(
681 inline bool GLES2Implementation::GetFramebufferAttachmentParameterivHelper(
689 inline bool GLES2Implementation::GetRenderbufferParameterivHelper
    [all...]
gl_in_process_context.cc 75 virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE;
97 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
157 gles2::GLES2Implementation* GLInProcessContextImpl::GetImplementation() {
286 gles2_implementation_.reset(new gles2::GLES2Implementation(
342 gles2::GLES2Implementation* gl = GetImplementation();
query_tracker.cc 102 void QueryTracker::Query::Begin(GLES2Implementation* gl) {
124 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));
369 GLES2Implementation::GLStaticState state;
370 GLES2Implementation::GLStaticState::IntState& int_state = state.int_state;
388 sizeof(GLES2Implementation::GLStaticState::IntState) * 2 +
399 gl_.reset(new GLES2Implementation(
478 scoped_ptr<GLES2Implementation> gl_
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 21 class GLES2Implementation;
53 gpu::gles2::GLES2Implementation* gles2_impl() {
93 gpu::gles2::GLES2Implementation* share_gles2);
110 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 110 gpu::gles2::GLES2Implementation* share_gles2) {
127 gles2_impl_.reset(new gpu::gles2::GLES2Implementation(
ppb_video_decoder_shared.cc 40 gpu::gles2::GLES2Implementation* gles2_impl) {
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 33 class GLES2Implementation;
83 gles2::GLES2Implementation* gles2_implementation() const {
107 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h 24 class GLES2Implementation;
73 gpu::gles2::GLES2Implementation* gles2_impl,
ppb_graphics_3d_impl.cc 228 gpu::gles2::GLES2Implementation* share_gles2 = NULL;
ppb_video_decoder_impl.cc 135 gpu::gles2::GLES2Implementation* gles2_impl,
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 27 class GLES2Implementation;
94 scoped_ptr<gpu::gles2::GLES2Implementation> context_;
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_decoder_factories.cc 147 gpu::gles2::GLES2Implementation* gles2 = context_->GetImplementation();
192 gpu::gles2::GLES2Implementation* gles2 = context_->GetImplementation();
220 gpu::gles2::GLES2Implementation* gles2 = context_->GetImplementation();
257 gpu::gles2::GLES2Implementation* gles2 = context_->GetImplementation();
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.h 33 bool Init(gpu::gles2::GLES2Implementation* share_gles2);
ppb_graphics_3d_proxy.cc 186 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2) {
294 gpu::gles2::GLES2Implementation* share_gles2 = NULL;

Completed in 2561 milliseconds

1 2