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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h301 void (GLAPIENTRY * PixelMapfv)(GLenum, GLint, const GLfloat *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h301 void (GLAPIENTRY * PixelMapfv)(GLenum, GLint, const GLfloat *); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp817 { "glPixelMapfv", _O(PixelMapfv) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp817 { "glPixelMapfv", _O(PixelMapfv) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h294 void (GLAPIENTRYP PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat * values); /* 251 */
H A Dglapitemp.h1584 KEYWORD1 void KEYWORD2 NAME(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat * values) function
1587 DISPATCH(PixelMapfv, (map, mapsize, values), (F, "glPixelMapfv(0x%x, %d, %p);\n", map, mapsize, (const void *) values));
8439 TABLE_ENTRY(PixelMapfv),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1261 #define glPixelMapfv MANGLE(PixelMapfv)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1261 #define glPixelMapfv MANGLE(PixelMapfv)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c1875 if(!disp->PixelMapfv) {
1876 void ** procp = (void **) &disp->PixelMapfv;
H A Dglapi_x86-64.S8970 .globl GL_PREFIX(PixelMapfv)
8971 .type GL_PREFIX(PixelMapfv), @function
8972 GL_PREFIX(PixelMapfv):
9004 .size GL_PREFIX(PixelMapfv), .-GL_PREFIX(PixelMapfv)
H A Dglapi_mapi_tmp.h273 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values);
3157 GLAPI void APIENTRY GLAPI_PREFIX(PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat *values) function
11147 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapfv))"\n"

Completed in 466 milliseconds