| /external/chromium_org/gpu/command_buffer/client/ |
| D | gles2_interface_stub_impl_autogen.h | 17 void GLES2InterfaceStub::AttachShader(GLuint /* program */, in AttachShader() argument 20 void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */, in BindAttribLocation() argument 24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) { in BindBuffer() argument 27 GLuint /* framebuffer */) { in BindFramebuffer() argument 30 GLuint /* renderbuffer */) { in BindRenderbuffer() argument 33 GLuint /* texture */) { in BindTexture() argument 81 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) { in CompileShader() argument 129 const GLuint* /* buffers */) { in DeleteBuffers() 132 const GLuint* /* framebuffers */) { in DeleteFramebuffers() 134 void GLES2InterfaceStub::DeleteProgram(GLuint /* program */) { in DeleteProgram() argument [all …]
|
| D | share_group.cc | 90 GLuint /* id_offset */, in MakeIds() argument 218 virtual bool MarkAsUsedForBind(GLuint /* id */) OVERRIDE { in MarkAsUsedForBind() argument
|
| D | program_info_manager.cc | 65 void NonCachedProgramInfoManager::CreateInfo(GLuint /* program */) { in CreateInfo() argument 68 void NonCachedProgramInfoManager::DeleteInfo(GLuint /* program */) { in DeleteInfo() argument 73 GLuint /* program */, in GetProgramiv() argument
|
| D | gles2_implementation.cc | 2440 GLsizei /* n */, const GLuint* /* buffers */) { in GenBuffersHelper() 2444 GLsizei /* n */, const GLuint* /* framebuffers */) { in GenFramebuffersHelper() 2448 GLsizei /* n */, const GLuint* /* renderbuffers */) { in GenRenderbuffersHelper() 2452 GLsizei /* n */, const GLuint* /* textures */) { in GenTexturesHelper() 2461 GLsizei /* n */, const GLuint* /* queries */) { in GenQueriesEXTHelper()
|
| D | gles2_implementation.h | 814 GLuint /* shader */, GLenum /* pname */, GLint* /* params */) { in GetShaderivHelper() argument
|
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/ |
| D | dispatch.h | 2182 static inline void SET_NewList(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum)) { in SET_NewList() 2204 static inline void SET_CallList(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) { in SET_CallList() 2226 static inline void SET_DeleteLists(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei… in SET_DeleteLists() 2248 static inline void SET_ListBase(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) { in SET_ListBase() 2413 static inline void SET_Color3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, GL… in SET_Color3ui() 2424 static inline void SET_Color3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLuint *)) { in SET_Color3uiv() 2589 static inline void SET_Color4ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, GL… in SET_Color4ui() 2600 static inline void SET_Color4uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLuint *)) { in SET_Color4uiv() 4327 …inline void SET_SelectBuffer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLuint *)) { in SET_SelectBuffer() argument 4360 static inline void SET_LoadName(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) { in SET_LoadName() [all …]
|
| /external/chromium_org/third_party/angle/src/libGLESv2/ |
| D | formatutils.cpp | 199 static bool AlwaysSupported(GLuint, const Extensions &) in AlwaysSupported() argument 204 static bool UnimplementedSupport(GLuint, const Extensions &) in UnimplementedSupport() argument 209 static bool NeverSupported(GLuint, const Extensions &) in NeverSupported() argument 225 static bool RequireExtension(GLuint, const Extensions & extensions) in RequireExtension() argument 246 static bool RequireExtensions(GLuint, const Extensions &extensions) in RequireExtensions() argument
|
| /external/chromium_org/gpu/tools/compositor_model_bench/ |
| D | shaders.h | 16 typedef unsigned int GLuint; typedef
|
| /external/chromium_org/ui/surface/ |
| D | accelerated_surface_mac.h | 25 typedef unsigned int GLuint; typedef
|
| /external/chromium_org/third_party/mesa/src/src/glsl/ |
| D | standalone_scaffolding.cpp | 45 _mesa_shader_debug(struct gl_context *, GLenum, GLuint, in _mesa_shader_debug() argument
|
| /external/mesa3d/src/glsl/ |
| D | standalone_scaffolding.cpp | 45 _mesa_shader_debug(struct gl_context *, GLenum, GLuint, in _mesa_shader_debug() argument
|
| /external/deqp/framework/opengl/wrapper/ |
| D | glwTypes.inl | 54 typedef deUint32 GLuint; typedef
|
| /external/chromium_org/gpu/command_buffer/service/ |
| D | program_cache_unittest.cc | 19 GLuint /* program */, in LoadLinkedProgram() argument 29 GLuint /* program */, in SaveLinkedProgram() argument
|
| D | gles2_cmd_decoder_unittest_base.cc | 509 GLuint client_id, GLuint /* service_id */) { in DoDeleteProgram() argument
|
| /external/chromium_org/cc/resources/ |
| D | texture_uploader_unittest.cc | 44 virtual void GetQueryObjectuivEXT(GLuint, in GetQueryObjectuivEXT() argument
|
| /external/chromium_org/content/common/gpu/client/ |
| D | gl_helper.h | 49 operator GLuint() const { return id_; } in GLuint() function
|
| /external/chromium_org/cc/output/ |
| D | gl_renderer_unittest.cc | 704 virtual void deleteTexture(GLuint) OVERRIDE { in deleteTexture() argument 707 virtual void deleteFramebuffer(GLuint) OVERRIDE { in deleteFramebuffer() argument 710 virtual void deleteQueryEXT(GLuint) OVERRIDE { in deleteQueryEXT() argument 713 virtual void deleteRenderbuffer(GLuint) OVERRIDE { in deleteRenderbuffer() argument
|
| /external/chromium_org/gpu/command_buffer/common/ |
| D | gles2_cmd_format.h | 28 typedef unsigned int GLuint; typedef
|
| /external/chromium_org/third_party/angle/include/GLES2/ |
| D | gl2.h | 32 typedef unsigned int GLuint; typedef
|
| /external/mesa3d/include/GLES2/ |
| D | gl2.h | 32 typedef unsigned int GLuint; typedef
|
| /external/chromium_org/third_party/mesa/src/include/GLES2/ |
| D | gl2.h | 32 typedef unsigned int GLuint; typedef
|
| /external/chromium_org/third_party/khronos/GLES2/ |
| D | gl2.h | 67 typedef unsigned int GLuint; typedef
|
| /external/chromium_org/webkit/common/gpu/ |
| D | webgraphicscontext3d_impl.cc | 830 DELEGATE_TO_GL_1(waitSyncPoint, WaitSyncPointCHROMIUM, GLuint) in DELEGATE_TO_GL_1() argument
|
| /external/mesa3d/include/GLES/ |
| D | gl.h | 28 typedef unsigned int GLuint; typedef
|
| /external/chromium_org/third_party/mesa/src/include/GLES/ |
| D | gl.h | 28 typedef unsigned int GLuint; typedef
|