HomeSort by relevance Sort by last modified time
    Searched refs:GLES2Implementation (Results 1 - 25 of 36) 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);
49 GLES2Implementation* gl_impl,
54 GLES2Implementation* gl_impl, GLsizei n, const GLuint* ids,
61 virtual void FreeContext(GLES2Implementation* gl_impl) = 0;
82 void FreeContext(GLES2Implementation* gl_impl) {
gles2_implementation.cc 48 const size_t GLES2Implementation::kMaxSizeOfSimpleResult;
49 const unsigned int GLES2Implementation::kStartingOffset;
52 GLES2Implementation::GLStaticState::GLStaticState() {
55 GLES2Implementation::GLStaticState::~GLStaticState() {
58 GLES2Implementation::GLStaticState::IntState::IntState()
73 GLES2Implementation::SingleThreadChecker::SingleThreadChecker(
74 GLES2Implementation* gles2_implementation)
80 GLES2Implementation::SingleThreadChecker::~SingleThreadChecker() {
85 GLES2Implementation::GLES2Implementation(
    [all...]
gles2_implementation_impl_autogen.h 16 void GLES2Implementation::AttachShader(GLuint program, GLuint shader) {
24 void GLES2Implementation::BindBuffer(GLenum target, GLuint buffer) {
39 void GLES2Implementation::BindFramebuffer(GLenum target, GLuint framebuffer) {
55 void GLES2Implementation::BindRenderbuffer(GLenum target, GLuint renderbuffer) {
71 void GLES2Implementation::BindTexture(GLenum target, GLuint texture) {
86 void GLES2Implementation::BlendColor(GLclampf red,
97 void GLES2Implementation::BlendEquation(GLenum mode) {
105 void GLES2Implementation::BlendEquationSeparate(GLenum modeRGB,
115 void GLES2Implementation::BlendFunc(GLenum sfactor, GLenum dfactor) {
124 void GLES2Implementation::BlendFuncSeparate(GLenum srcRGB
    [all...]
gl_in_process_context.h 30 class GLES2Implementation;
73 virtual gles2::GLES2Implementation* GetImplementation() = 0;
share_group.cc 33 GLES2Implementation* /* gl_impl */,
50 GLES2Implementation* gl_impl,
75 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {}
89 virtual void MakeIds(GLES2Implementation* gl_impl,
116 virtual bool FreeIds(GLES2Implementation* gl_impl,
160 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {
168 void CollectPendingFreeIds(GLES2Implementation* gl_impl) {
200 GLES2Implementation* /* gl_impl */,
210 GLES2Implementation* gl_impl,
223 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {
    [all...]
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 18 class GLES2Implementation;
56 GLES2Implementation* gl,
65 GLES2Implementation* gl,
query_tracker.h 25 class GLES2Implementation;
136 void Begin(GLES2Implementation* gl);
137 void End(GLES2Implementation* gl);
gles2_implementation.h 128 class GLES2_IMPL_EXPORT GLES2Implementation
188 GLES2Implementation(GLES2CmdHelper* helper,
195 virtual ~GLES2Implementation();
203 // The GLES2CmdHelper being used by this GLES2Implementation. You can use
390 explicit SingleThreadChecker(GLES2Implementation* gles2_implementation);
394 GLES2Implementation* gles2_implementation_;
790 base::WeakPtrFactory<GLES2Implementation> weak_ptr_factory_;
792 DISALLOW_COPY_AND_ASSIGN(GLES2Implementation);
795 inline bool GLES2Implementation::GetBufferParameterivHelper(
800 inline bool GLES2Implementation::GetFramebufferAttachmentParameterivHelper
    [all...]
gl_in_process_context.cc 66 virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE;
81 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
109 gles2::GLES2Implementation* GLInProcessContextImpl::GetImplementation() {
206 new gles2::GLES2Implementation(gles2_helper_.get(),
260 mapped_memory_reclaim_limit(gles2::GLES2Implementation::kNoLimit) {
gles2_implementation_unittest.cc 5 // Tests for GLES2Implementation.
107 // we need to know their address before GLES2Implementation::Initialize
305 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) {
309 static void Delete(GLES2Implementation* gl_impl,
319 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) {
323 static void Delete(GLES2Implementation* gl_impl,
333 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) {
337 static void Delete(GLES2Implementation* gl_impl,
347 static void Gen(GLES2Implementation* gl_impl, GLsizei n, GLuint* ids) {
351 static void Delete(GLES2Implementation* gl_impl
    [all...]
  /external/chromium_org/mojo/gles2/
gles2_context.cc 46 new gpu::gles2::GLES2Implementation(gles2_helper_.get(),
55 gpu::gles2::GLES2Implementation::kNoLimit);
gles2_context.h 20 class GLES2Implementation;
48 scoped_ptr<gpu::gles2::GLES2Implementation> implementation_;
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 22 class GLES2Implementation;
54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); }
71 gpu::gles2::GLES2Implementation* share_gles2);
77 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_;
ppb_video_decoder_shared.h 20 class GLES2Implementation;
58 gpu::gles2::GLES2Implementation* gles2_impl);
73 // Reference to the GLES2Implementation owned by |graphics_context_|.
77 gpu::gles2::GLES2Implementation* gles2_impl_;
ppb_graphics_3d_shared.cc 105 gpu::gles2::GLES2Implementation* share_gles2) {
124 gles2_impl_.reset(new gpu::gles2::GLES2Implementation(
136 gpu::gles2::GLES2Implementation::kNoLimit)) {
ppb_video_decoder_shared.cc 39 gpu::gles2::GLES2Implementation* gles2_impl) {
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 24 class GLES2Implementation;
74 ::gpu::gles2::GLES2Implementation* GetImplementation() {
104 // The GLES2Implementation we use for OpenGL rendering.
105 ::gpu::gles2::GLES2Implementation* real_gl_;
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 31 class GLES2Implementation;
122 gpu::gles2::GLES2Implementation* GetImplementation() {
205 scoped_ptr<gpu::gles2::GLES2Implementation> real_gl_;
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 35 class GLES2Implementation;
82 gles2::GLES2Implementation* gles2_implementation() const {
125 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 29 class GLES2Implementation;
115 scoped_ptr<gpu::gles2::GLES2Implementation> context_;
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.h 24 class GLES2Implementation;
174 gpu::gles2::GLES2Implementation* gles2_impl_;
compositor_layer_resource.cc 17 using gpu::gles2::GLES2Implementation;
58 GLES2Implementation* gl = graphics->gles2_impl();
160 GLES2Implementation* gl = graphics->gles2_impl();
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 125 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();
169 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();
181 gpu::gles2::GLES2Implementation* gles2 = context->GetImplementation();

Completed in 1566 milliseconds

1 2