Home
last modified time | relevance | path

Searched refs:glLoadMatrixd (Results 1 – 7 of 7) 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/state_trackers/wgl/
Dopengl32.mingw.def167 glLoadMatrixd = glLoadMatrixd@4
Dopengl32.def167 glLoadMatrixd
Dstw_context.c729 &glLoadMatrixd,
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def322 glLoadMatrixd
/external/mesa3d/include/GL/
Dgl.h913 GLAPI void GLAPIENTRY glLoadMatrixd( const GLdouble *m );
Dgl_mangle.h1004 #define glLoadMatrixd MANGLE(LoadMatrixd) macro