Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec43 void glTexBufferRange ( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsiz…
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt338 glTexBufferRange; # introduced=24
H A Dentries.in848 GL_ENTRY(void, glTexBufferRange, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offs…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java765 public static native void glTexBufferRange( in glTexBufferRange() method in GLES32
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc717 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexBufferRange);
1565 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexBufferRange); in init_stub_library()
H A Dstubs_arm64.cc717 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexBufferRange);
1565 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexBufferRange); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc717 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexBufferRange);
1565 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexBufferRange); in init_stub_library()
H A Dstubs_arm64.cc717 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexBufferRange);
1565 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexBufferRange); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A 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);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp2037 glTexBufferRange( in android_glTexBufferRange__IIIII()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1820 GL_APICALL void GL_APIENTRY glTexBufferRange (GLenum target, GLenum internalformat, GLuint buffer, …
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt30282 method public static void glTexBufferRange(int, int, int, int, int);