Searched refs:CompressedTexSubImage2DARB (Results 1 - 9 of 9) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 1015 { "glCompressedTexSubImage2DARB", _O(CompressedTexSubImage2DARB) },
|
/external/mesa3d/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 1015 { "glCompressedTexSubImage2DARB", _O(CompressedTexSubImage2DARB) },
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
H A D | glapi_gentable.c | 3968 if(!disp->CompressedTexSubImage2DARB) { 3969 void ** procp = (void **) &disp->CompressedTexSubImage2DARB; 3975 if(!disp->CompressedTexSubImage2DARB) { 3976 void ** procp = (void **) &disp->CompressedTexSubImage2DARB;
|
H A D | glapi_x86-64.S | 16756 .globl GL_PREFIX(CompressedTexSubImage2DARB) 16757 .type GL_PREFIX(CompressedTexSubImage2DARB), @function 16758 GL_PREFIX(CompressedTexSubImage2DARB): 16806 .size GL_PREFIX(CompressedTexSubImage2DARB), .-GL_PREFIX(CompressedTexSubImage2DARB) 37210 .globl GL_PREFIX(CompressedTexSubImage2D) ; .set GL_PREFIX(CompressedTexSubImage2D), GL_PREFIX(CompressedTexSubImage2DARB)
|
H A D | glapi_mapi_tmp.h | 553 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage2DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data); 5040 GLAPI void APIENTRY GLAPI_PREFIX(CompressedTexSubImage2DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) function 11962 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage2DARB))"\n" 11966 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage2D)", "GLAPI_PREFIX_STR(CompressedTexSubImage2DARB)"\n"
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
H A D | glapitable.h | 493 void (GLAPIENTRYP CompressedTexSubImage2DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data); /* 449 */
|
H A D | glapitemp.h | 3295 DISPATCH(CompressedTexSubImage2DARB, (target, level, xoffset, yoffset, width, height, format, imageSize, data), (F, "glCompressedTexSubImage2D(0x%x, %d, %d, %d, %d, %d, 0x%x, %d, %p);\n", target, level, xoffset, yoffset, width, height, format, imageSize, (const void *) data)); 3298 KEYWORD1 void KEYWORD2 NAME(CompressedTexSubImage2DARB)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data) function 3301 DISPATCH(CompressedTexSubImage2DARB, (target, level, xoffset, yoffset, width, height, format, imageSize, data), (F, "glCompressedTexSubImage2DARB(0x%x, %d, %d, %d, %d, %d, 0x%x, %d, %p);\n", target, level, xoffset, yoffset, width, height, format, imageSize, (const void *) data)); 8637 TABLE_ENTRY(CompressedTexSubImage2DARB),
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
H A D | gl_mangle.h | 271 #define glCompressedTexSubImage2DARB MANGLE(CompressedTexSubImage2DARB)
|
/external/mesa3d/include/GL/ |
H A D | gl_mangle.h | 271 #define glCompressedTexSubImage2DARB MANGLE(CompressedTexSubImage2DARB)
|
Completed in 9665 milliseconds