Searched refs:TexSubImage3D (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
/external/mesa3d/docs/
H A DMESA_texture_array.spec112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D,
255 target arguments of TexSubImage3D and CopyTexSubImage3D must be
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp938 { "glTexSubImage3D", _O(TexSubImage3D) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp938 { "glTexSubImage3D", _O(TexSubImage3D) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c3107 if(!disp->TexSubImage3D) {
3108 void ** procp = (void **) &disp->TexSubImage3D;
3114 if(!disp->TexSubImage3D) {
3115 void ** procp = (void **) &disp->TexSubImage3D;
H A Dglapi_x86-64.S13723 .globl GL_PREFIX(TexSubImage3D)
13724 .type GL_PREFIX(TexSubImage3D), @function
13725 GL_PREFIX(TexSubImage3D):
13773 .size GL_PREFIX(TexSubImage3D), .-GL_PREFIX(TexSubImage3D)
37165 .globl GL_PREFIX(TexSubImage3DEXT) ; .set GL_PREFIX(TexSubImage3DEXT), GL_PREFIX(TexSubImage3D)
H A Dglapi_mapi_tmp.h431 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
4186 GLAPI void APIENTRY GLAPI_PREFIX(TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) function
11596 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage3D))"\n"
11600 ".set "GLAPI_PREFIX_STR(TexSubImage3DEXT)", "GLAPI_PREFIX_STR(TexSubImage3D)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h415 void (GLAPIENTRYP TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels); /* 372 */
H A Dglapitemp.h2553 KEYWORD1 void KEYWORD2 NAME(TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels) function
2556 DISPATCH(TexSubImage3D, (target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels), (F, "glTexSubImage3D(0x%x, %d, %d, %d, %d, %d, %d, %d, 0x%x, 0x%x, %p);\n", target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, (const void *) pixels));
2562 DISPATCH(TexSubImage3D, (target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels), (F, "glTexSubImage3DEXT(0x%x, %d, %d, %d, %d, %d, %d, %d, 0x%x, 0x%x, %p);\n", target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, (const void *) pixels));
8560 TABLE_ENTRY(TexSubImage3D),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1773 #define glTexSubImage3D MANGLE(TexSubImage3D)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1773 #define glTexSubImage3D MANGLE(TexSubImage3D)

Completed in 1054 milliseconds