Searched refs:glIsTransformFeedback (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto495 glIsTransformFeedback = 469;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec100 GLboolean glIsTransformFeedback ( GLuint id )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1655 // C function GLboolean glIsTransformFeedback ( GLuint id )
1657 public static native boolean glIsTransformFeedback( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h922 GL_APICALL GLboolean GL_APIENTRY glIsTransformFeedback (GLuint id);
H A Dgl31.h922 GL_APICALL GLboolean GL_APIENTRY glIsTransformFeedback (GLuint id);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1301 const GLMessage_Function GLMessage::glIsTransformFeedback; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1649 static const Function glIsTransformFeedback = GLMessage_Function_glIsTransformFeedback; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp9858 glmsg.set_function(GLMessage::glIsTransformFeedback);
9869 GLboolean retValue = glContext->hooks->gl.glIsTransformFeedback(id);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4612 /* GLboolean glIsTransformFeedback ( GLuint id ) */
4617 _returnValue = glIsTransformFeedback(
5198 {"glIsTransformFeedback", "(I)Z", (void *) android_glIsTransformFeedback__I },

Completed in 2002 milliseconds