Searched refs:CompressedTexSubImage3DARB (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1016 { "glCompressedTexSubImage3DARB", _O(CompressedTexSubImage3DARB) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1016 { "glCompressedTexSubImage3DARB", _O(CompressedTexSubImage3DARB) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c3982 if(!disp->CompressedTexSubImage3DARB) {
3983 void ** procp = (void **) &disp->CompressedTexSubImage3DARB;
3989 if(!disp->CompressedTexSubImage3DARB) {
3990 void ** procp = (void **) &disp->CompressedTexSubImage3DARB;
H A Dglapi_x86-64.S16809 .globl GL_PREFIX(CompressedTexSubImage3DARB)
16810 .type GL_PREFIX(CompressedTexSubImage3DARB), @function
16811 GL_PREFIX(CompressedTexSubImage3DARB):
16859 .size GL_PREFIX(CompressedTexSubImage3DARB), .-GL_PREFIX(CompressedTexSubImage3DARB)
37211 .globl GL_PREFIX(CompressedTexSubImage3D) ; .set GL_PREFIX(CompressedTexSubImage3D), GL_PREFIX(CompressedTexSubImage3DARB)
H A Dglapi_mapi_tmp.h555 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage3DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data);
5054 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage3DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) function
11968 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage3DARB))"\n"
11972 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage3D)", "GLAPI_PREFIX_STR(CompressedTexSubImage3DARB)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h494 void (GLAPIENTRYP CompressedTexSubImage3DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data); /* 450 */
H A Dglapitemp.h3307 DISPATCH(CompressedTexSubImage3DARB, (target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data), (F, "glCompressedTexSubImage3D(0x%x, %d, %d, %d, %d, %d, %d, %d, 0x%x, %d, %p);\n", target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, (const void *) data));
3310 KEYWORD1 void KEYWORD2 NAME(CompressedTexSubImage3DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data) function
3313 DISPATCH(CompressedTexSubImage3DARB, (target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data), (F, "glCompressedTexSubImage3DARB(0x%x, %d, %d, %d, %d, %d, %d, %d, 0x%x, %d, %p);\n", target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, (const void *) data));
8638 TABLE_ENTRY(CompressedTexSubImage3DARB),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h273 #define glCompressedTexSubImage3DARB MANGLE(CompressedTexSubImage3DARB)
/external/mesa3d/include/GL/
H A Dgl_mangle.h273 #define glCompressedTexSubImage3DARB MANGLE(CompressedTexSubImage3DARB)

Completed in 333 milliseconds