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

/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto493 glVertexAttribDivisor = 465;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec96 void glVertexAttribDivisor ( GLuint index, GLuint divisor )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1611 // C function void glVertexAttribDivisor ( GLuint index, GLuint divisor )
1613 public static native void glVertexAttribDivisor( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h918 GL_APICALL void GL_APIENTRY glVertexAttribDivisor (GLuint index, GLuint divisor);
H A Dgl31.h918 GL_APICALL void GL_APIENTRY glVertexAttribDivisor (GLuint index, GLuint divisor);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4580 /* void glVertexAttribDivisor ( GLuint index, GLuint divisor ) */
4584 glVertexAttribDivisor(
5312 {"glVertexAttribDivisor", "(II)V", (void *) android_glVertexAttribDivisor__II },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp9720 glmsg.set_function(GLMessage::glVertexAttribDivisor);
9737 glContext->hooks->gl.glVertexAttribDivisor(index, divisor);
[all...]

Completed in 243 milliseconds