/external/chromium_org/third_party/mesa/src/src/glx/ |
D | glxconfig.h | 42 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ 44 GLint rgbBits; /* total bits for rgb */ 45 GLint indexBits; /* total bits for colorindex */ 47 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; 48 GLint depthBits; 49 GLint stencilBits; 51 GLint numAuxBuffers; 53 GLint level; 55 GLint pixmapMode; 58 GLint visualID; [all …]
|
/external/mesa3d/src/glx/ |
D | glxconfig.h | 42 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ 44 GLint rgbBits; /* total bits for rgb */ 45 GLint indexBits; /* total bits for colorindex */ 47 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; 48 GLint depthBits; 49 GLint stencilBits; 51 GLint numAuxBuffers; 53 GLint level; 55 GLint pixmapMode; 58 GLint visualID; [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | uniforms.h | 42 _mesa_Uniform1fARB(GLint, GLfloat); 45 _mesa_Uniform2fARB(GLint, GLfloat, GLfloat); 48 _mesa_Uniform3fARB(GLint, GLfloat, GLfloat, GLfloat); 51 _mesa_Uniform4fARB(GLint, GLfloat, GLfloat, GLfloat, GLfloat); 54 _mesa_Uniform1iARB(GLint, GLint); 57 _mesa_Uniform2iARB(GLint, GLint, GLint); 60 _mesa_Uniform3iARB(GLint, GLint, GLint, GLint); 63 _mesa_Uniform4iARB(GLint, GLint, GLint, GLint, GLint); 66 _mesa_Uniform1fvARB(GLint, GLsizei, const GLfloat *); 69 _mesa_Uniform2fvARB(GLint, GLsizei, const GLfloat *); [all …]
|
D | teximage.h | 62 extern GLint 63 _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat ); 85 GLint border, GLenum internalFormat, 92 GLenum target, GLint level, 117 GLenum target, GLint level); 122 GLenum target, GLint level); 125 extern GLint 130 _mesa_test_proxy_teximage(struct gl_context *ctx, GLenum target, GLint level, 131 GLint internalFormat, GLenum format, GLenum type, 132 GLint width, GLint height, GLint depth, GLint border); [all …]
|
D | image.h | 46 GLint img, GLint row, GLint column ); 54 GLint img, GLint row, GLint column ); 61 GLint column ); 68 GLint row, GLint column ); 75 GLint img, GLint row, GLint column ); 78 extern GLint 80 GLint width, GLenum format, GLenum type ); 83 extern GLint 85 GLint width, GLint height, 93 GLubyte *destBuffer, GLint destStride, [all …]
|
D | texcompress_rgtc.h | 47 GLint i, GLint j, GLint k, GLfloat *texel); 51 GLint i, GLint j, GLint k, GLfloat *texel); 55 GLint i, GLint j, GLint k, GLfloat *texel); 59 GLint i, GLint j, GLint k, GLfloat *texel); 63 GLint i, GLint j, GLint k, GLfloat *texel); 67 GLint i, GLint j, GLint k, GLfloat *texel); 71 GLint i, GLint j, GLint k, GLfloat *texel); 75 GLint i, GLint j, GLint k, GLfloat *texel);
|
D | texcompress_s3tc.h | 52 GLint i, GLint j, GLint k, GLfloat *texel); 56 GLint i, GLint j, GLint k, GLfloat *texel); 60 GLint i, GLint j, GLint k, GLfloat *texel); 64 GLint i, GLint j, GLint k, GLfloat *texel); 68 GLint i, GLint j, GLint k, GLfloat *texel); 72 GLint i, GLint j, GLint k, GLfloat *texel); 76 GLint i, GLint j, GLint k, GLfloat *texel); 80 GLint i, GLint j, GLint k, GLfloat *texel);
|
D | mipmap.c | 52 static GLint 55 GLint b; in bytes_per_pixel() 156 do_row(GLenum datatype, GLuint comps, GLint srcWidth, in do_row() 158 GLint dstWidth, GLvoid *dstRow) in do_row() 499 const GLint rowAr0 = rowA[j] & 0x1f; in do_row() 500 const GLint rowAr1 = rowA[k] & 0x1f; in do_row() 501 const GLint rowBr0 = rowB[j] & 0x1f; in do_row() 502 const GLint rowBr1 = rowB[k] & 0x1f; in do_row() 503 const GLint rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row() 504 const GLint rowAg1 = (rowA[k] >> 5) & 0x3f; in do_row() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.h | 42 _mesa_Uniform1fARB(GLint, GLfloat); 45 _mesa_Uniform2fARB(GLint, GLfloat, GLfloat); 48 _mesa_Uniform3fARB(GLint, GLfloat, GLfloat, GLfloat); 51 _mesa_Uniform4fARB(GLint, GLfloat, GLfloat, GLfloat, GLfloat); 54 _mesa_Uniform1iARB(GLint, GLint); 57 _mesa_Uniform2iARB(GLint, GLint, GLint); 60 _mesa_Uniform3iARB(GLint, GLint, GLint, GLint); 63 _mesa_Uniform4iARB(GLint, GLint, GLint, GLint, GLint); 66 _mesa_Uniform1fvARB(GLint, GLsizei, const GLfloat *); 69 _mesa_Uniform2fvARB(GLint, GLsizei, const GLfloat *); [all …]
|
D | teximage.h | 62 extern GLint 63 _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat ); 85 GLint border, GLenum internalFormat, 92 GLenum target, GLint level, 117 GLenum target, GLint level); 122 GLenum target, GLint level); 125 extern GLint 130 _mesa_test_proxy_teximage(struct gl_context *ctx, GLenum target, GLint level, 131 GLint internalFormat, GLenum format, GLenum type, 132 GLint width, GLint height, GLint depth, GLint border); [all …]
|
D | image.h | 46 GLint img, GLint row, GLint column ); 54 GLint img, GLint row, GLint column ); 61 GLint column ); 68 GLint row, GLint column ); 75 GLint img, GLint row, GLint column ); 78 extern GLint 80 GLint width, GLenum format, GLenum type ); 83 extern GLint 85 GLint width, GLint height, 93 GLubyte *destBuffer, GLint destStride, [all …]
|
D | texcompress_rgtc.h | 47 GLint i, GLint j, GLint k, GLfloat *texel); 51 GLint i, GLint j, GLint k, GLfloat *texel); 55 GLint i, GLint j, GLint k, GLfloat *texel); 59 GLint i, GLint j, GLint k, GLfloat *texel); 63 GLint i, GLint j, GLint k, GLfloat *texel); 67 GLint i, GLint j, GLint k, GLfloat *texel); 71 GLint i, GLint j, GLint k, GLfloat *texel); 75 GLint i, GLint j, GLint k, GLfloat *texel);
|
D | texcompress_s3tc.h | 52 GLint i, GLint j, GLint k, GLfloat *texel); 56 GLint i, GLint j, GLint k, GLfloat *texel); 60 GLint i, GLint j, GLint k, GLfloat *texel); 64 GLint i, GLint j, GLint k, GLfloat *texel); 68 GLint i, GLint j, GLint k, GLfloat *texel); 72 GLint i, GLint j, GLint k, GLfloat *texel); 76 GLint i, GLint j, GLint k, GLfloat *texel); 80 GLint i, GLint j, GLint k, GLfloat *texel);
|
D | mipmap.c | 45 static GLint 48 GLint b; in bytes_per_pixel() 149 do_row(GLenum datatype, GLuint comps, GLint srcWidth, in do_row() 151 GLint dstWidth, GLvoid *dstRow) in do_row() 492 const GLint rowAr0 = rowA[j] & 0x1f; in do_row() 493 const GLint rowAr1 = rowA[k] & 0x1f; in do_row() 494 const GLint rowBr0 = rowB[j] & 0x1f; in do_row() 495 const GLint rowBr1 = rowB[k] & 0x1f; in do_row() 496 const GLint rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row() 497 const GLint rowAg1 = (rowA[k] >> 5) & 0x3f; in do_row() [all …]
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Texture.h | 85 void setBaseLevel(GLint baseLevel); 86 void setMaxLevel(GLint maxLevel); 101 GLint getBaseLevel() const; 102 GLint getMaxLevel() const; 109 GLint getBaseLevelWidth() const; 110 GLint getBaseLevelHeight() const; 111 GLint getBaseLevelDepth() const; 119 …irtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, … 133 …bool subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei … 136 …bool subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height… [all …]
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 74 void GLES2InterfaceStub::ClearStencil(GLint /* s */) { in ClearStencil() argument 84 GLint /* level */, in CompressedTexImage2D() argument 88 GLint /* border */, in CompressedTexImage2D() 93 GLint /* level */, in CompressedTexSubImage2D() argument 94 GLint /* xoffset */, in CompressedTexSubImage2D() 95 GLint /* yoffset */, in CompressedTexSubImage2D() 103 GLint /* level */, in CopyTexImage2D() argument 105 GLint /* x */, in CopyTexImage2D() 106 GLint /* y */, in CopyTexImage2D() 109 GLint /* border */) { in CopyTexImage2D() [all …]
|
D | gles2_interface_autogen.h | 51 virtual void ClearStencil(GLint s) = 0; 58 GLint level, 62 GLint border, 66 GLint level, 67 GLint xoffset, 68 GLint yoffset, 75 GLint level, 77 GLint x, 78 GLint y, 81 GLint border) = 0; [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
D | glcore.h | 81 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ 83 GLint rgbBits; /* total bits for rgb */ 84 GLint indexBits; /* total bits for colorindex */ 86 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; 87 GLint depthBits; 88 GLint stencilBits; 90 GLint numAuxBuffers; 92 GLint level; 94 GLint pixmapMode; 97 GLint visualID; [all …]
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | glcore.h | 81 GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ 83 GLint rgbBits; /* total bits for rgb */ 84 GLint indexBits; /* total bits for colorindex */ 86 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; 87 GLint depthBits; 88 GLint stencilBits; 90 GLint numAuxBuffers; 92 GLint level; 94 GLint pixmapMode; 97 GLint visualID; [all …]
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 65 void (GLAPIENTRY * Color3i)(GLint, GLint, GLint); 66 void (GLAPIENTRY * Color3iv)(const GLint *); 81 void (GLAPIENTRY * Color4i)(GLint, GLint, GLint, GLint); 82 void (GLAPIENTRY * Color4iv)(const GLint *); 98 void (GLAPIENTRY * Indexi)(GLint); 99 void (GLAPIENTRY * Indexiv)(const GLint *); 108 void (GLAPIENTRY * Normal3i)(GLint, GLint, GLint); 109 void (GLAPIENTRY * Normal3iv)(const GLint *); 116 void (GLAPIENTRY * RasterPos2i)(GLint, GLint); 117 void (GLAPIENTRY * RasterPos2iv)(const GLint *); [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 65 void (GLAPIENTRY * Color3i)(GLint, GLint, GLint); 66 void (GLAPIENTRY * Color3iv)(const GLint *); 81 void (GLAPIENTRY * Color4i)(GLint, GLint, GLint, GLint); 82 void (GLAPIENTRY * Color4iv)(const GLint *); 98 void (GLAPIENTRY * Indexi)(GLint); 99 void (GLAPIENTRY * Indexiv)(const GLint *); 108 void (GLAPIENTRY * Normal3i)(GLint, GLint, GLint); 109 void (GLAPIENTRY * Normal3iv)(const GLint *); 116 void (GLAPIENTRY * RasterPos2i)(GLint, GLint); 117 void (GLAPIENTRY * RasterPos2iv)(const GLint *); [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_texfetch_tmp.h | 78 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 92 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 105 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 123 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 140 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 158 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 176 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 194 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 212 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 230 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch_tmp.h | 78 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 92 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 105 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 123 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 140 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 158 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 176 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 194 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 212 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() 230 GLint i, GLint j, GLint k, GLfloat *texel ) in FETCH() [all …]
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | indirect_size.h | 53 extern _X_INTERNAL PURE FASTCALL GLint __glCallLists_size(GLenum); 54 extern _X_INTERNAL PURE FASTCALL GLint __glFogfv_size(GLenum); 55 extern _X_INTERNAL PURE FASTCALL GLint __glFogiv_size(GLenum); 56 extern _X_INTERNAL PURE FASTCALL GLint __glLightfv_size(GLenum); 57 extern _X_INTERNAL PURE FASTCALL GLint __glLightiv_size(GLenum); 58 extern _X_INTERNAL PURE FASTCALL GLint __glLightModelfv_size(GLenum); 59 extern _X_INTERNAL PURE FASTCALL GLint __glLightModeliv_size(GLenum); 60 extern _X_INTERNAL PURE FASTCALL GLint __glMaterialfv_size(GLenum); 61 extern _X_INTERNAL PURE FASTCALL GLint __glMaterialiv_size(GLenum); 62 extern _X_INTERNAL PURE FASTCALL GLint __glTexParameterfv_size(GLenum); [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_glfuncs.h | 9 SDL_PROC_UNUSED(void,glArrayElement,(GLint)) 21 SDL_PROC_UNUSED(void,glClearStencil,(GLint)) 29 SDL_PROC_UNUSED(void,glColor3i,(GLint,GLint,GLint)) 30 SDL_PROC_UNUSED(void,glColor3iv,(const GLint*)) 45 SDL_PROC_UNUSED(void,glColor4i,(GLint,GLint,GLint,GLint)) 46 SDL_PROC_UNUSED(void,glColor4iv,(const GLint*)) 57 SDL_PROC_UNUSED(void,glColorPointer,(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer… 58 SDL_PROC_UNUSED(void,glCopyPixels,(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)) 59 …(void,glCopyTexImage1D,(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsiz… 60 …CopyTexImage2D,(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width… [all …]
|