HomeSort by relevance Sort by last modified time
    Searched refs:glLoadMatrixf (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
OGLESBasicTnL.cpp 217 glLoadMatrixf(aModelView);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 58 public void glLoadMatrixf(float[] m, int offset) {
62 public void glLoadMatrixf(FloatBuffer m) {
MatrixTrackingGL.java 366 public void glLoadMatrixf(float[] m, int offset) {
367 mCurrent.glLoadMatrixf(m, offset);
368 mgl.glLoadMatrixf(m, offset);
372 public void glLoadMatrixf(FloatBuffer m) {
374 mCurrent.glLoadMatrixf(m);
376 mgl.glLoadMatrixf(m);
  /external/eigen/demos/opengl/
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().eval().data()); }
  /external/mesa3d/src/mapi/es1api/
ABI-check 100 glLoadMatrixf
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 185 gl.glLoadMatrixf(mMatrixValues, 0);
203 gl.glLoadMatrixf(mMatrixValues, 0);
219 gl.glLoadMatrixf(mMatrixValues, 0);
271 gl.glLoadMatrixf(mMatrixValues, 0);
295 mGL.glLoadMatrixf(mMatrixValues, 0);
714 mGL.glLoadMatrixf(mTextureMatrixValues, 0);
720 mGL.glLoadMatrixf(mTextureTransform, 0);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 31 {"glLoadMatrixf", (void*)glLoadMatrixf},
gl_client_context.h 33 glLoadMatrixf_client_proc_t glLoadMatrixf;
gl_client_context.cpp 33 glLoadMatrixf = (glLoadMatrixf_client_proc_t) getProc("glLoadMatrixf", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 40 {"glLoadMatrixf", (void *)glLoadMatrixf},
gles_dispatch.h 43 glLoadMatrixf_t glLoadMatrixf;
315 glLoadMatrixf_t set_glLoadMatrixf(glLoadMatrixf_t f) { glLoadMatrixf_t retval = glLoadMatrixf; glLoadMatrixf = f; return retval;}
    [all...]
gles.cpp 156 void glLoadMatrixf(const GLfloat *m)
158 getDispatch()->glLoadMatrixf(m);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 795 // C function void glLoadMatrixf ( const GLfloat *m )
797 public static native void glLoadMatrixf(
802 // C function void glLoadMatrixf ( const GLfloat *m )
804 public static native void glLoadMatrixf(
    [all...]
GLErrorWrapper.java 480 public void glLoadMatrixf(float[] m, int offset) {
482 mgl.glLoadMatrixf(m, offset);
486 public void glLoadMatrixf(FloatBuffer m) {
488 mgl.glLoadMatrixf(m);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 629 void glLoadMatrixf(
634 void glLoadMatrixf(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 404 public void glLoadMatrixf(FloatBuffer m) {
405 ((GL10)mGL).glLoadMatrixf(m);
409 public void glLoadMatrixf(float[] m, int offset) {
410 ((GL10)mGL).glLoadMatrixf(m, offset);
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 620 // C function void glLoadMatrixf ( const GLfloat *m )
622 public native void glLoadMatrixf(
627 // C function void glLoadMatrixf ( const GLfloat *m )
629 public native void glLoadMatrixf(
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 58 void glLoadMatrixf ( const GLfloat *m )
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 807 &glLoadMatrixf,
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 148 void (*glLoadMatrixf)(const GLfloat *m);
  /development/ndk/platforms/android-9/include/GLES/
gl.h 613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
    [all...]

Completed in 908 milliseconds

1 2 3 4 5 6 7