Home
last modified time | relevance | path

Searched refs:glBindTransformFeedback (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt18 glBindTransformFeedback;
H A Dentries.in31 GL_ENTRY(void, glBindTransformFeedback, GLenum target, GLuint id)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec97 void glBindTransformFeedback ( GLenum target, GLuint id )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1643 public static native void glBindTransformFeedback( in glBindTransformFeedback() method in GLES30
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindTransformFeedback);
893 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindTransformFeedback); in init_stub_library()
H A Dstubs_arm64.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindTransformFeedback);
893 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindTransformFeedback); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindTransformFeedback);
893 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindTransformFeedback); in init_stub_library()
H A Dstubs_arm64.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindTransformFeedback);
893 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindTransformFeedback); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in697 void API_ENTRY(glBindTransformFeedback)(GLenum target, GLuint id) {
698 CALL_GL_API(glBindTransformFeedback, target, id);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1190 GL_APICALL void GL_APIENTRY glBindTransformFeedback (GLenum target, GLuint id);
H A Dgl31.h1192 GL_APICALL void GL_APIENTRY glBindTransformFeedback (GLenum target, GLuint id);
H A Dgl32.h1192 GL_APICALL void GL_APIENTRY glBindTransformFeedback (GLenum target, GLuint id);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5188 glBindTransformFeedback( in android_glBindTransformFeedback__II()
/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.txt29232 method public static void glBindTransformFeedback(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20180 method public static void glBindTransformFeedback(int, int);