Home
last modified time | relevance | path

Searched refs:glLoadMatrixf (Results 1 – 25 of 32) 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()
DLightsTest.cpp346 glLoadMatrixf(projectionMatrix); in TEST_P()
374 glLoadMatrixf(modelMatrix); 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/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/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,
Dgldrv.h325 void (APIENTRY *glLoadMatrixf )( const GLfloat *m );
/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/libGLESv2/
Dopengl32_with_wgl_autogen.def418 glLoadMatrixf
1358 glLoadMatrixf
Dopengl32_autogen.def418 glLoadMatrixf
1358 glLoadMatrixf
DlibGLESv2_vulkan_secondaries_autogen.def418 glLoadMatrixf
DlibGLESv2_no_capture_autogen.def418 glLoadMatrixf
DlibGLESv2_with_capture_autogen.def418 glLoadMatrixf
DlibGLESv2_autogen.def418 glLoadMatrixf
/external/mesa3d/include/GLES/
Dgl.h424 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl146 "glLoadMatrixf",
/external/angle/include/GLES/
Dgl.h573 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/external/angle/util/
Dgles_loader_autogen.h35 #define glLoadMatrixf l_glLoadMatrixf macro
/external/angle/util/capture/
Dtrace_gles_loader_autogen.h35 #define glLoadMatrixf t_glLoadMatrixf macro

12