Home
last modified time | relevance | path

Searched defs:glLoadMatrixf (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java58 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in MatrixStack
62 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in MatrixStack
DMatrixTrackingGL.java366 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in MatrixTrackingGL
372 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in MatrixTrackingGL
/development/tools/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h43 glLoadMatrixf_t glLoadMatrixf; member
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1170 GL_API void GL_APIENTRY glLoadMatrixf( const GLfloat *m) { in glLoadMatrixf() function
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Dgles.cpp156 void glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function
Dgles_dispatch.h43 glLoadMatrixf_t glLoadMatrixf; member