Home
last modified time | relevance | path

Searched refs:glTexBufferRange (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec43 void glTexBufferRange ( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsiz…
/frameworks/base/opengl/java/android/opengl/
DGLES32.java765 public static native void glTexBufferRange( in glTexBufferRange() method in GLES32
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h779 #define glTexBufferRange wrap_glTexBufferRange macro
Dunwrap_gles.h779 #undef glTexBufferRange
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1069 void API_ENTRY(glTexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offs…
1070 CALL_GL_API(glTexBufferRange, target, internalformat, buffer, offset, size);
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp1904 glTexBufferRange( in android_glTexBufferRange__IIIII()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1820 GL_APICALL void GL_APIENTRY glTexBufferRange (GLenum target, GLenum internalformat, GLuint buffer, …
/frameworks/native/opengl/libs/
Dentries.in760 GL_ENTRY(void, glTexBufferRange, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offs…
/frameworks/base/api/
Dcurrent.txt27740 method public static void glTexBufferRange(int, int, int, int, int);
Dsystem-current.txt30180 method public static void glTexBufferRange(int, int, int, int, int);
Dtest-current.txt27809 method public static void glTexBufferRange(int, int, int, int, int);