Searched refs:glRasterPos4f (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 246 glRasterPos4f = glRasterPos4f@16
|
D | osmesa.def | 249 glRasterPos4f
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 239 glRasterPos4f = glRasterPos4f@16
|
D | opengl32.def | 239 glRasterPos4f
|
D | stw_context.c | 596 &glRasterPos4f,
|
/external/swiftshader/src/OpenGL/libGL/ |
D | libGL.def | 240 glRasterPos4f @238
|
D | libGL.cpp | 7127 void APIENTRY glRasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glRasterPos4f() function
|
/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 907 glRasterPos4f( fx, fy, 0.0, w );
|
/external/mesa3d/include/GL/ |
D | gl.h | 1088 GLAPI void GLAPIENTRY glRasterPos4f( GLfloat x, GLfloat y, GLfloat z, GLfloat w );
|
D | gl_mangle.h | 1856 #define glRasterPos4f MANGLE(RasterPos4f) macro
|