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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h130 void (GLAPIENTRY * RasterPos4f)(GLfloat, GLfloat, GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h130 void (GLAPIENTRY * RasterPos4f)(GLfloat, GLfloat, GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp646 { "glRasterPos4f", _O(RasterPos4f) },
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp646 { "glRasterPos4f", _O(RasterPos4f) },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h123 void (GLAPIENTRYP RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 80 */
H A Dglapitemp.h563 KEYWORD1 void KEYWORD2 NAME(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
566 DISPATCH(RasterPos4f, (x, y, z, w), (F, "glRasterPos4f(%f, %f, %f, %f);\n", x, y, z, w));
8268 TABLE_ENTRY(RasterPos4f),
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1497 #define glRasterPos4f MANGLE(RasterPos4f)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1497 #define glRasterPos4f MANGLE(RasterPos4f)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c678 if(!disp->RasterPos4f) {
679 void ** procp = (void **) &disp->RasterPos4f;
H A Dglapi_x86-64.S2803 .globl GL_PREFIX(RasterPos4f)
2804 .type GL_PREFIX(RasterPos4f), @function
2805 GL_PREFIX(RasterPos4f):
2845 .size GL_PREFIX(RasterPos4f), .-GL_PREFIX(RasterPos4f)
H A Dglapi_mapi_tmp.h102 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1960 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
10634 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4f))"\n"

Completed in 473 milliseconds