Searched refs:VertexP3uiv (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c190 SET_VertexP3uiv(tab, vfmt->VertexP3uiv);
H A Ddd.h947 void (GLAPIENTRYP VertexP3uiv)( GLenum type, const GLuint *value);
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c190 SET_VertexP3uiv(tab, vfmt->VertexP3uiv);
H A Ddd.h947 void (GLAPIENTRYP VertexP3uiv)( GLenum type, const GLuint *value);
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1217 { "glVertexP3uiv", _O(VertexP3uiv) },
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_attrib_tmp.h825 TAG(VertexP3uiv)(GLenum type, const GLuint *value) function
H A Dvbo_exec_api.c1020 vfmt->VertexP3uiv = vbo_VertexP3uiv;
H A Dvbo_save_api.c1404 vfmt->VertexP3uiv = _save_VertexP3uiv;
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1217 { "glVertexP3uiv", _O(VertexP3uiv) },
/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h825 TAG(VertexP3uiv)(GLenum type, const GLuint *value) function
H A Dvbo_exec_api.c1020 vfmt->VertexP3uiv = vbo_VertexP3uiv;
H A Dvbo_save_api.c1404 vfmt->VertexP3uiv = _save_VertexP3uiv;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h703 void (GLAPIENTRYP VertexP3uiv)(GLenum type, const GLuint * value); /* 659 */
H A Dglapitemp.h5225 KEYWORD1 void KEYWORD2 NAME(VertexP3uiv)(GLenum type, const GLuint * value) function
5228 DISPATCH(VertexP3uiv, (type, value), (F, "glVertexP3uiv(0x%x, %p);\n", type, (const void *) value));
8847 TABLE_ENTRY(VertexP3uiv),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h2191 #define glVertexP3uiv MANGLE(VertexP3uiv)
/external/mesa3d/include/GL/
H A Dgl_mangle.h2191 #define glVertexP3uiv MANGLE(VertexP3uiv)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c6222 if(!disp->VertexP3uiv) {
6223 void ** procp = (void **) &disp->VertexP3uiv;
H A Dglapi_x86-64.S24971 .globl GL_PREFIX(VertexP3uiv)
24972 .type GL_PREFIX(VertexP3uiv), @function
24973 GL_PREFIX(VertexP3uiv):
25005 .size GL_PREFIX(VertexP3uiv), .-GL_PREFIX(VertexP3uiv)
H A Dglapi_mapi_tmp.h878 GLAPI void APIENTRY GLAPI_PREFIX(VertexP3uiv)(GLenum type, const GLuint *value);
7308 GLAPI void APIENTRY GLAPI_PREFIX(VertexP3uiv)(GLenum type, const GLuint *value) function
12934 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP3uiv))"\n"

Completed in 272 milliseconds