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

1 2 3 4

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 234 {"glOrthofOES", (void*)glOrthofOES},
gl_client_context.h 254 glOrthofOES_client_proc_t glOrthofOES;
gl_client_context.cpp 254 glOrthofOES = (glOrthofOES_client_proc_t) getProc("glOrthofOES", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 242 {"glOrthofOES", (void *)glOrthofOES},
gles_dispatch.h 245 glOrthofOES_t glOrthofOES;
    [all...]
gles.cpp 1166 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
1168 getDispatch()->glOrthofOES(left, right, bottom, top, zNear, zFar);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 957 // C function void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
959 public static native void glOrthofOES(
    [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 583 #undef glOrthofOES
wrap_gles.h 583 #define glOrthofOES wrap_glOrthofOES
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/GLES/
glext.h     [all...]

Completed in 2465 milliseconds

1 2 3 4