Searched refs:glBindTransformFeedback (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec97 void glBindTransformFeedback ( GLenum target, GLuint id )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h47 #define glBindTransformFeedback wrap_glBindTransformFeedback macro
H A Dgles_undefine.h47 #undef glBindTransformFeedback macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1641 // C function void glBindTransformFeedback ( GLenum target, GLuint id )
1643 public static native void glBindTransformFeedback( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1192 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);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5217 /* void glBindTransformFeedback ( GLenum target, GLuint id ) */
5221 glBindTransformFeedback(
6064 {"glBindTransformFeedback", "(II)V", (void *) android_glBindTransformFeedback__II },

Completed in 689 milliseconds