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

1 2 3

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 177 {"glFrustumxOES", (void*)glFrustumxOES},
gl_client_context.h 195 glFrustumxOES_client_proc_t glFrustumxOES;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 186 {"glFrustumxOES", (void *)glFrustumxOES},
gles_dispatch.h 189 glFrustumxOES_t glFrustumxOES;
    [all...]
gles.cpp 886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 189 glFrustumxOES_t glFrustumxOES;
GLDispatch.cpp 206 s_gl.glFrustumxOES = (glFrustumxOES_t) s_gles_lib->findSymbol("glFrustumxOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 347 // C function void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
349 public static native void glFrustumxOES(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 160 glFrustumxOES = 134;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 165 glFrustumxOES(134, 134),
658 case 134: return glFrustumxOES;
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]

Completed in 1162 milliseconds

1 2 3