Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
DOGLESBasicTnL.cpp217 glLoadMatrixf(aModelView); in RenderScene()
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def175 glLoadMatrixf = glLoadMatrixf@4
Dosmesa.def178 glLoadMatrixf
/external/mesa3d/src/mapi/es1api/
DABI-check100 glLoadMatrixf
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def168 glLoadMatrixf = glLoadMatrixf@4
Dopengl32.def168 glLoadMatrixf
Dstw_context.c807 &glLoadMatrixf,
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def117 glLoadMatrixf @83
DlibGLES_CM.lds118 glLoadMatrixf;
DlibGLES_CM.hpp148 void (*glLoadMatrixf)(const GLfloat *m); member in LibGLES_CMexports
Dmain.cpp1058 GL_API void GL_APIENTRY glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function
1528 this->glLoadMatrixf = es1::LoadMatrixf; in LibGLES_CMexports()
DlibGLES_CM.cpp4828 FUNCTION(glLoadMatrixf), in es1GetProcAddress()
/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/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/swiftshader/src/OpenGL/libGL/
DlibGL.def169 glLoadMatrixf @167
DlibGL.cpp6598 void APIENTRY glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function
/external/eigen/doc/
DTutorialGeometry.dox141 glLoadMatrixf(t.data());\endcode</td></tr>
147 glLoadMatrixf(aux.data());\endcode</td></tr>
/external/mesa3d/include/GLES/
Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/swiftshader/include/GLES/
Dgl.h424 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl132 "glLoadMatrixf",
/external/mesa3d/include/GL/
Dgl.h886 GLAPI void GLAPIENTRY glLoadMatrixf( const GLfloat *m );
Dgl_mangle.h1242 #define glLoadMatrixf MANGLE(LoadMatrixf) macro

12