Searched refs:glLoadMatrixf (Results 1 – 11 of 11) sorted by relevance
/external/eigen/demos/opengl/ |
D | gpuhelper.h | 120 … 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/ |
D | opengl32.mingw.def | 168 glLoadMatrixf = glLoadMatrixf@4
|
D | opengl32.def | 168 glLoadMatrixf
|
D | stw_context.c | 728 &glLoadMatrixf,
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 404 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/ |
D | TutorialGeometry.dox | 140 glLoadMatrixf(t.data());\endcode</td></tr> 146 glLoadMatrixf(aux.data());\endcode</td></tr>
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 321 glLoadMatrixf
|
/external/mesa3d/include/GLES/ |
D | gl.h | 613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 132 "glLoadMatrixf",
|
/external/mesa3d/include/GL/ |
D | gl.h | 914 GLAPI void GLAPIENTRY glLoadMatrixf( const GLfloat *m );
|
D | gl_mangle.h | 1005 #define glLoadMatrixf MANGLE(LoadMatrixf) macro
|