Searched refs:TexImage3D (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec97 GetDoublev, and by the <target> parameter of TexImage3D, GetTexImage,
112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
136 Accepted by the <internalformat> parameter of TexImage3D and
168 void TexImage3D(enum target, int level, int internalformat,
209 the corresponding parameters of TexImage3D.
212 equivalent to calling TexImage3D with corresponding arguments and depth
352 image data, nor do they include texture properties. When TexImage3D is
356 by TexImage3D called with target set to TEXTURE 3D, no error is
359 supported by such a call to TexImage3D, the proxy state values are set
367 PROXY_TEXTURE_1D_ARRAY_EXT, or TexImage3D i
[all...]
H A DMESA_texture_signed_rgba.spec187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
/external/mesa3d/docs/
H A DMESA_texture_array.spec97 GetDoublev, and by the <target> parameter of TexImage3D, GetTexImage,
112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
136 Accepted by the <internalformat> parameter of TexImage3D and
168 void TexImage3D(enum target, int level, int internalformat,
209 the corresponding parameters of TexImage3D.
212 equivalent to calling TexImage3D with corresponding arguments and depth
352 image data, nor do they include texture properties. When TexImage3D is
356 by TexImage3D called with target set to TEXTURE 3D, no error is
359 supported by such a call to TexImage3D, the proxy state values are set
367 PROXY_TEXTURE_1D_ARRAY_EXT, or TexImage3D i
[all...]
H A DMESA_texture_signed_rgba.spec187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp937 { "glTexImage3D", _O(TexImage3D) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp937 { "glTexImage3D", _O(TexImage3D) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c3093 if(!disp->TexImage3D) {
3094 void ** procp = (void **) &disp->TexImage3D;
3100 if(!disp->TexImage3D) {
3101 void ** procp = (void **) &disp->TexImage3D;
H A Dglapi_x86-64.S13670 .globl GL_PREFIX(TexImage3D)
13671 .type GL_PREFIX(TexImage3D), @function
13672 GL_PREFIX(TexImage3D):
13720 .size GL_PREFIX(TexImage3D), .-GL_PREFIX(TexImage3D)
37164 .globl GL_PREFIX(TexImage3DEXT) ; .set GL_PREFIX(TexImage3DEXT), GL_PREFIX(TexImage3D)
H A Dglapi_mapi_tmp.h429 GLAPI void APIENTRY GLAPI_PREFIX(TexImage3D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
4172 GLAPI void APIENTRY GLAPI_PREFIX(TexImage3D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) function
11590 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage3D))"\n"
11594 ".set "GLAPI_PREFIX_STR(TexImage3DEXT)", "GLAPI_PREFIX_STR(TexImage3D)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h414 void (GLAPIENTRYP TexImage3D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels); /* 371 */
H A Dglapitemp.h2541 KEYWORD1 void KEYWORD2 NAME(TexImage3D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels) function
2544 DISPATCH(TexImage3D, (target, level, internalformat, width, height, depth, border, format, type, pixels), (F, "glTexImage3D(0x%x, %d, %d, %d, %d, %d, %d, 0x%x, 0x%x, %p);\n", target, level, internalformat, width, height, depth, border, format, type, (const void *) pixels));
2550 DISPATCH(TexImage3D, (target, level, internalformat, width, height, depth, border, format, type, pixels), (F, "glTexImage3DEXT(0x%x, %d, %d, %d, %d, %d, %d, 0x%x, 0x%x, %p);\n", target, level, internalformat, width, height, depth, border, format, type, (const void *) pixels));
8559 TABLE_ENTRY(TexImage3D),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1756 #define glTexImage3D MANGLE(TexImage3D)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1756 #define glTexImage3D MANGLE(TexImage3D)

Completed in 350 milliseconds