Searched refs:RasterPos2f (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 114 void (GLAPIENTRY * RasterPos2f)(GLfloat, GLfloat);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 114 void (GLAPIENTRY * RasterPos2f)(GLfloat, GLfloat);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
D | check_table.cpp | 630 { "glRasterPos2f", _O(RasterPos2f) },
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 630 { "glRasterPos2f", _O(RasterPos2f) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1481 #define glRasterPos2f MANGLE(RasterPos2f)
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | gl_mangle.h | 1481 #define glRasterPos2f MANGLE(RasterPos2f)
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitable.h | 107 void (GLAPIENTRYP RasterPos2f)(GLfloat x, GLfloat y); /* 64 */
|
D | glapitemp.h | 467 KEYWORD1 void KEYWORD2 NAME(RasterPos2f)(GLfloat x, GLfloat y) in NAME() argument 470 DISPATCH(RasterPos2f, (x, y), (F, "glRasterPos2f(%f, %f);\n", x, y)); in NAME() 8252 TABLE_ENTRY(RasterPos2f),
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_gentable.c | 566 if(!disp->RasterPos2f) { in _glapi_create_table_from_handle() 567 void ** procp = (void **) &disp->RasterPos2f; in _glapi_create_table_from_handle()
|
D | glapi_x86-64.S | 2259 .globl GL_PREFIX(RasterPos2f) 2260 .type GL_PREFIX(RasterPos2f), @function 2261 GL_PREFIX(RasterPos2f): 2293 .size GL_PREFIX(RasterPos2f), .-GL_PREFIX(RasterPos2f)
|
D | glapi_mapi_tmp.h | 86 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2f)(GLfloat x, GLfloat y); 1848 GLAPI void APIENTRY GLAPI_PREFIX(RasterPos2f)(GLfloat x, GLfloat y) in GLAPI_PREFIX() argument 10586 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2f))"\n"
|