Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java78 public void glMultMatrixf(float[] m, int offset) { in glMultMatrixf() method in MatrixStack
83 public void glMultMatrixf(FloatBuffer m) { in glMultMatrixf() method in MatrixStack
DMatrixTrackingGL.java441 public void glMultMatrixf(float[] m, int offset) { in glMultMatrixf() method in MatrixTrackingGL
447 public void glMultMatrixf(FloatBuffer m) { in glMultMatrixf() method in MatrixTrackingGL
/development/tools/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h46 glMultMatrixf_t glMultMatrixf; member
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1219 GL_API void GL_APIENTRY glMultMatrixf( const GLfloat *m) { in glMultMatrixf() function
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Dgles.cpp171 void glMultMatrixf(const GLfloat *m) in glMultMatrixf() function
Dgles_dispatch.h46 glMultMatrixf_t glMultMatrixf; member