Home
last modified time | relevance | path

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

12

/external/angle/src/tests/gl_tests/gles1/
DMatrixLoadTest.cpp42 glLoadMatrixf(testMatrix.data()); in TEST_P()
61 glLoadMatrixf(testMatrix.data()); in TEST_P()
98 glLoadMatrixf(testMatrix.data()); in TEST_P()
/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/angle/src/libGLESv1_CM/
DlibGLESv1_CM.def23 glLoadMatrixf @21
DlibGLESv1_CM.cpp118 void GL_APIENTRY glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt90 glLoadMatrixf
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def117 glLoadMatrixf @83
DlibGLES_CM.lds118 glLoadMatrixf;
DlibGLES_CM.hpp148 void (GL_APIENTRY *glLoadMatrixf)(const GLfloat *m);
Dmain.cpp1058 GL_API void GL_APIENTRY glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function
1523 this->glLoadMatrixf = es1::LoadMatrixf; in LibGLES_CMexports()
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def175 glLoadMatrixf = glLoadMatrixf@4
Dosmesa.def178 glLoadMatrixf
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def168 glLoadMatrixf = glLoadMatrixf@4
Dopengl32.def168 glLoadMatrixf
Dstw_context.c896 &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.dox141 glLoadMatrixf(t.data());\endcode</td></tr>
147 glLoadMatrixf(aux.data());\endcode</td></tr>
/external/angle/src/libGL/
DlibGL_autogen.def149 glLoadMatrixf
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def418 glLoadMatrixf
DlibGLESv2_with_capture_autogen.def418 glLoadMatrixf
DlibGLESv2_autogen.def418 glLoadMatrixf
/external/swiftshader/include/GLES/
Dgl.h424 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/mesa3d/include/GLES/
Dgl.h424 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl146 "glLoadMatrixf",

12