Searched refs:glTexBufferRangeEXT (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 36 void glTexBufferRangeEXT ( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GL…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 670 public static native void glTexBufferRangeEXT( in glTexBufferRangeEXT() method in GLES31Ext
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 780 #define glTexBufferRangeEXT wrap_glTexBufferRangeEXT macro
|
D | unwrap_gles.h | 780 #undef glTexBufferRangeEXT
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 1429 glTexBufferRangeEXT( in android_glTexBufferRangeEXT__IIIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 616 void API_ENTRY(glTexBufferRangeEXT)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr o… 617 CALL_GL_API(glTexBufferRangeEXT, target, internalformat, buffer, offset, size);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 761 GL_ENTRY(void, glTexBufferRangeEXT, GLenum target, GLenum internalformat, GLuint buffer, GLintptr o…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1758 GL_APICALL void GL_APIENTRY glTexBufferRangeEXT (GLenum target, GLenum internalformat, GLuint buffe…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20957 method public static void glTexBufferRangeEXT(int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 27473 method public static void glTexBufferRangeEXT(int, int, int, int, int);
|
D | system-current.txt | 29913 method public static void glTexBufferRangeEXT(int, int, int, int, int);
|
D | test-current.txt | 27542 method public static void glTexBufferRangeEXT(int, int, int, int, int);
|