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

/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto494 glBindTransformFeedback = 466;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec97 void glBindTransformFeedback ( GLenum target, GLuint id )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1618 // C function void glBindTransformFeedback ( GLenum target, GLuint id )
1620 public static native void glBindTransformFeedback( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h919 GL_APICALL void GL_APIENTRY glBindTransformFeedback (GLenum target, GLuint id);
H A Dgl31.h919 GL_APICALL void GL_APIENTRY glBindTransformFeedback (GLenum target, GLuint id);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4590 /* void glBindTransformFeedback ( GLenum target, GLuint id ) */
4594 glBindTransformFeedback(
5313 {"glBindTransformFeedback", "(II)V", (void *) android_glBindTransformFeedback__II },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp9754 glmsg.set_function(GLMessage::glBindTransformFeedback);
9771 glContext->hooks->gl.glBindTransformFeedback(target, id);
[all...]

Completed in 144 milliseconds