/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 177 {"glFrustumxOES", (void*)glFrustumxOES},
|
gl_client_context.h | 197 glFrustumxOES_client_proc_t glFrustumxOES;
|
gl_client_context.cpp | 197 glFrustumxOES = (glFrustumxOES_client_proc_t) getProc("glFrustumxOES", userData);
|
/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 )
|
/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/base/libs/hwui/debug/ |
unwrap_gles.h | 297 #undef glFrustumxOES
|
wrap_gles.h | 297 #define glFrustumxOES wrap_glFrustumxOES [all...] |