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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c192 SET_VertexP4uiv(tab, vfmt->VertexP4uiv);
H A Ddd.h950 void (GLAPIENTRYP VertexP4uiv)( GLenum type, const GLuint *value);
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c192 SET_VertexP4uiv(tab, vfmt->VertexP4uiv);
H A Ddd.h950 void (GLAPIENTRYP VertexP4uiv)( GLenum type, const GLuint *value);
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1219 { "glVertexP4uiv", _O(VertexP4uiv) },
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_attrib_tmp.h839 TAG(VertexP4uiv)(GLenum type, const GLuint *value) function
H A Dvbo_exec_api.c1022 vfmt->VertexP4uiv = vbo_VertexP4uiv;
H A Dvbo_save_api.c1405 vfmt->VertexP4uiv = _save_VertexP4uiv;
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1219 { "glVertexP4uiv", _O(VertexP4uiv) },
/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h839 TAG(VertexP4uiv)(GLenum type, const GLuint *value) function
H A Dvbo_exec_api.c1022 vfmt->VertexP4uiv = vbo_VertexP4uiv;
H A Dvbo_save_api.c1405 vfmt->VertexP4uiv = _save_VertexP4uiv;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h705 void (GLAPIENTRYP VertexP4uiv)(GLenum type, const GLuint * value); /* 661 */
H A Dglapitemp.h5237 KEYWORD1 void KEYWORD2 NAME(VertexP4uiv)(GLenum type, const GLuint * value) function
5240 DISPATCH(VertexP4uiv, (type, value), (F, "glVertexP4uiv(0x%x, %p);\n", type, (const void *) value));
8849 TABLE_ENTRY(VertexP4uiv),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h2193 #define glVertexP4uiv MANGLE(VertexP4uiv)
/external/mesa3d/include/GL/
H A Dgl_mangle.h2193 #define glVertexP4uiv MANGLE(VertexP4uiv)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c6236 if(!disp->VertexP4uiv) {
6237 void ** procp = (void **) &disp->VertexP4uiv;
H A Dglapi_x86-64.S25045 .globl GL_PREFIX(VertexP4uiv)
25046 .type GL_PREFIX(VertexP4uiv), @function
25047 GL_PREFIX(VertexP4uiv):
25079 .size GL_PREFIX(VertexP4uiv), .-GL_PREFIX(VertexP4uiv)
H A Dglapi_mapi_tmp.h880 GLAPI void APIENTRY GLAPI_PREFIX(VertexP4uiv)(GLenum type, const GLuint *value);
7322 GLAPI void APIENTRY GLAPI_PREFIX(VertexP4uiv)(GLenum type, const GLuint *value) function
12940 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexP4uiv))"\n"

Completed in 550 milliseconds