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

1 2 3 4

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 190 {"glLoadMatrixxOES", (void*)glLoadMatrixxOES},
gl_client_context.h 208 glLoadMatrixxOES_client_proc_t glLoadMatrixxOES;
gl_client_context.cpp 210 glLoadMatrixxOES = (glLoadMatrixxOES_client_proc_t) getProc("glLoadMatrixxOES", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 198 {"glLoadMatrixxOES", (void *)glLoadMatrixxOES},
gles_dispatch.h 201 glLoadMatrixxOES_t glLoadMatrixxOES;
    [all...]
gles.cpp 946 void glLoadMatrixxOES(const GLfixed *m)
948 getDispatch()->glLoadMatrixxOES(m);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 509 // C function void glLoadMatrixxOES ( const GLfixed *m )
511 public static native void glLoadMatrixxOES(
516 // C function void glLoadMatrixxOES ( const GLfixed *m )
518 public static native void glLoadMatrixxOES(
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 34 void glLoadMatrixxOES ( const GLfixed *m )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 201 glLoadMatrixxOES_t glLoadMatrixxOES;
GLDispatch.cpp 218 s_gl.glLoadMatrixxOES = (glLoadMatrixxOES_t) s_gles_lib->findSymbol("glLoadMatrixxOES");
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 264 glLoadMatrixxOES = 238;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 355 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 355 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 355 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 355 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 355 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 355 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 355 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 355 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
  /development/ndk/platforms/android-4/include/GLES/
glext.h 551 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h 583 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 583 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 549 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 549 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 549 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
    [all...]

Completed in 94 milliseconds

1 2 3 4