Home
last modified time | relevance | path

Searched refs:glLoadMatrixf (Results 1 – 11 of 11) sorted by relevance

/external/eigen/demos/opengl/
Dgpuhelper.h120 … static void loadMatrix(const Matrix<float, 4,4, _Flags, 4,4>& mat) { glLoadMatrixf(mat.data()); }
128 …static void loadMatrix(const Matrix<float, 4,4, _Flags, 4,4>& mat) { glLoadMatrixf(mat.transpose(…
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def168 glLoadMatrixf = glLoadMatrixf@4
Dopengl32.def168 glLoadMatrixf
Dstw_context.c728 &glLoadMatrixf,
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java404 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLErrorLogger.ErrorLoggingGL
405 ((GL10)mGL).glLoadMatrixf(m); in glLoadMatrixf()
409 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLErrorLogger.ErrorLoggingGL
410 ((GL10)mGL).glLoadMatrixf(m, offset); in glLoadMatrixf()
/external/eigen/doc/
DTutorialGeometry.dox140 glLoadMatrixf(t.data());\endcode</td></tr>
146 glLoadMatrixf(aux.data());\endcode</td></tr>
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def321 glLoadMatrixf
/external/mesa3d/include/GLES/
Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl132 "glLoadMatrixf",
/external/mesa3d/include/GL/
Dgl.h914 GLAPI void GLAPIENTRY glLoadMatrixf( const GLfloat *m );
Dgl_mangle.h1005 #define glLoadMatrixf MANGLE(LoadMatrixf) macro