Home
last modified time | relevance | path

Searched refs:glLoadMatrixd (Results 1 – 10 of 10) sorted by relevance

/external/eigen/demos/opengl/
Dgpuhelper.h121 … 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/
Dosmesa.mingw.def174 glLoadMatrixd = glLoadMatrixd@4
Dosmesa.def177 glLoadMatrixd
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def167 glLoadMatrixd = glLoadMatrixd@4
Dopengl32.def167 glLoadMatrixd
Dstw_context.c808 &glLoadMatrixd,
/external/swiftshader/src/OpenGL/libGL/
DlibGL.def168 glLoadMatrixd @166
DlibGL.cpp6619 void APIENTRY glLoadMatrixd(const GLdouble *m) in glLoadMatrixd() function
/external/mesa3d/include/GL/
Dgl.h885 GLAPI void GLAPIENTRY glLoadMatrixd( const GLdouble *m );
Dgl_mangle.h1241 #define glLoadMatrixd MANGLE(LoadMatrixd) macro