Searched refs:glRasterPos4f (Results 1 – 11 of 11) 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/frontends/wgl/ |
D | opengl32.mingw.def | 239 glRasterPos4f = glRasterPos4f@16
|
D | opengl32.def | 239 glRasterPos4f
|
D | stw_context.c | 685 &glRasterPos4f,
|
D | gldrv.h | 114 void (APIENTRY *glRasterPos4f )( GLfloat x, GLfloat y, GLfloat z, GLfloat w );
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 215 glRasterPos4f
|
D | libGL_autogen.cpp | 1090 void GL_APIENTRY glRasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glRasterPos4f() function
|
/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 944 glRasterPos4f( fx, fy, 0.0, w );
|
/external/mesa3d/include/GL/ |
D | gl.h | 1083 GLAPI void GLAPIENTRY glRasterPos4f( GLfloat x, GLfloat y, GLfloat z, GLfloat w );
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1074 GLAPI void GLAPIENTRY glRasterPos4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|