Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt144 glGenTransformFeedbacks;
Dentries.in318 GL_ENTRY(void, glGenTransformFeedbacks, GLsizei n, GLuint *ids)
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1665 public static native void glGenTransformFeedbacks( in glGenTransformFeedbacks() method in GLES30
1673 public static native void glGenTransformFeedbacks( in glGenTransformFeedbacks() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec99 void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h310 #define glGenTransformFeedbacks wrap_glGenTransformFeedbacks macro
Dgles_undefine.h309 #undef glGenTransformFeedbacks
Dgles_stubs.in703 void API_ENTRY(glGenTransformFeedbacks)(GLsizei n, GLuint *ids) {
704 CALL_GL_API(glGenTransformFeedbacks, n, ids);
Dgles_decls.in235 GL_ENTRY(void, glGenTransformFeedbacks, GLsizei n, GLuint *ids)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in703 void API_ENTRY(glGenTransformFeedbacks)(GLsizei n, GLuint *ids) {
704 CALL_GL_API(glGenTransformFeedbacks, n, ids);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1192 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
Dgl31.h1194 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
Dgl32.h1194 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp5334 glGenTransformFeedbacks( in android_glGenTransformFeedbacks__I_3II()
5372 glGenTransformFeedbacks( in android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20222 method public static void glGenTransformFeedbacks(int, int[], int);
20223 method public static void glGenTransformFeedbacks(int, java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt29105 Landroid/opengl/GLES30;->glGenTransformFeedbacks(ILjava/nio/IntBuffer;)V
29106 Landroid/opengl/GLES30;->glGenTransformFeedbacks(I[II)V
/frameworks/base/api/
Dcurrent.txt30649 method public static void glGenTransformFeedbacks(int, int[], int);
30650 method public static void glGenTransformFeedbacks(int, java.nio.IntBuffer);