/external/angle/src/tests/gl_tests/gles1/ |
D | MatrixLoadTest.cpp | 42 glLoadMatrixf(testMatrix.data()); in TEST_P() 61 glLoadMatrixf(testMatrix.data()); in TEST_P() 98 glLoadMatrixf(testMatrix.data()); in TEST_P()
|
D | LightsTest.cpp | 346 glLoadMatrixf(projectionMatrix); in TEST_P() 374 glLoadMatrixf(modelMatrix); in TEST_P()
|
/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/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 23 glLoadMatrixf @21
|
D | libGLESv1_CM.cpp | 118 void GL_APIENTRY glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 90 glLoadMatrixf
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 175 glLoadMatrixf = glLoadMatrixf@4
|
D | osmesa.def | 178 glLoadMatrixf
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 168 glLoadMatrixf = glLoadMatrixf@4
|
D | opengl32.def | 168 glLoadMatrixf
|
D | stw_context.c | 896 &glLoadMatrixf,
|
D | gldrv.h | 325 void (APIENTRY *glLoadMatrixf )( const GLfloat *m );
|
/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 | 141 glLoadMatrixf(t.data());\endcode</td></tr> 147 glLoadMatrixf(aux.data());\endcode</td></tr>
|
/external/angle/src/libGLESv2/ |
D | opengl32_with_wgl_autogen.def | 418 glLoadMatrixf 1358 glLoadMatrixf
|
D | opengl32_autogen.def | 418 glLoadMatrixf 1358 glLoadMatrixf
|
D | libGLESv2_vulkan_secondaries_autogen.def | 418 glLoadMatrixf
|
D | libGLESv2_no_capture_autogen.def | 418 glLoadMatrixf
|
D | libGLESv2_with_capture_autogen.def | 418 glLoadMatrixf
|
D | libGLESv2_autogen.def | 418 glLoadMatrixf
|
/external/mesa3d/include/GLES/ |
D | gl.h | 424 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 146 "glLoadMatrixf",
|
/external/angle/include/GLES/ |
D | gl.h | 573 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
|
/external/angle/util/ |
D | gles_loader_autogen.h | 35 #define glLoadMatrixf l_glLoadMatrixf macro
|
/external/angle/util/capture/ |
D | trace_gles_loader_autogen.h | 35 #define glLoadMatrixf t_glLoadMatrixf macro
|