Searched refs:glLoadMatrixd (Results 1 – 11 of 11) sorted by relevance
/external/eigen/demos/opengl/ |
D | gpuhelper.h | 121 … static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.data()); } 129 …static void loadMatrix(const Matrix<double,4,4, _Flags, 4,4>& mat) { glLoadMatrixd(mat.transpose()…
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 174 glLoadMatrixd = glLoadMatrixd@4
|
D | osmesa.def | 177 glLoadMatrixd
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 167 glLoadMatrixd = glLoadMatrixd@4
|
D | opengl32.def | 167 glLoadMatrixd
|
D | stw_context.c | 897 &glLoadMatrixd,
|
D | gldrv.h | 326 void (APIENTRY *glLoadMatrixd )( const GLdouble *m );
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 148 glLoadMatrixd
|
D | libGL_autogen.cpp | 734 void GL_APIENTRY glLoadMatrixd(const GLdouble *m) in glLoadMatrixd() function
|
/external/mesa3d/include/GL/ |
D | gl.h | 880 GLAPI void GLAPIENTRY glLoadMatrixd( const GLdouble *m );
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1002 GLAPI void GLAPIENTRY glLoadMatrixd (const GLdouble *m);
|