Searched refs:glTexBufferRange (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES32.spec | 43 void glTexBufferRange ( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsiz…
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 338 glTexBufferRange; # introduced=24
|
D | entries.in | 848 GL_ENTRY(void, glTexBufferRange, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offs…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES32.java | 765 public static native void glTexBufferRange( in glTexBufferRange() method in GLES32
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 717 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexBufferRange); 1565 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexBufferRange); in init_stub_library()
|
D | stubs_arm64.cc | 717 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexBufferRange); 1565 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexBufferRange); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 717 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexBufferRange); 1565 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexBufferRange); in init_stub_library()
|
D | stubs_arm.cc | 717 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexBufferRange); 1565 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexBufferRange); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 777 #define glTexBufferRange wrap_glTexBufferRange macro
|
D | gles_undefine.h | 776 #undef glTexBufferRange
|
D | gles_stubs.in | 1069 void API_ENTRY(glTexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offs… 1070 CALL_GL_API(glTexBufferRange, target, internalformat, buffer, offset, size);
|
D | gles_decls.in | 357 GL_ENTRY(void, glTexBufferRange, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offs…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 1069 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/ |
D | android_opengl_GLES32.cpp | 2036 glTexBufferRange( in android_glTexBufferRange__IIIII()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1820 GL_APICALL void GL_APIENTRY glTexBufferRange (GLenum target, GLenum internalformat, GLuint buffer, …
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33907 method public static void glTexBufferRange(int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 34051 method public static void glTexBufferRange(int, int, int, int, int);
|