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

1 2 3 4

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 233 {"glFrustumfOES", (void*)glFrustumfOES},
gl_client_context.h 253 glFrustumfOES_client_proc_t glFrustumfOES;
gl_client_context.cpp 253 glFrustumfOES = (glFrustumfOES_client_proc_t) getProc("glFrustumfOES", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 241 {"glFrustumfOES", (void *)glFrustumfOES},
gles_dispatch.h 244 glFrustumfOES_t glFrustumfOES;
    [all...]
gles.cpp 1161 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
1163 getDispatch()->glFrustumfOES(left, right, bottom, top, zNear, zFar);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 946 // C function void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
948 public static native void glFrustumfOES(
    [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 295 #undef glFrustumfOES
wrap_gles.h 295 #define glFrustumfOES wrap_glFrustumfOES
    [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 1347 milliseconds

1 2 3 4