Searched defs:attribindex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3642 /* void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) */
3645 (JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jboolean normalized, jint relativeoffset) {
3647 (GLuint)attribindex,
3655 /* void glVertexAttribIFormat ( GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset ) */
3658 (JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jint relativeoffset) {
3660 (GLuint)attribindex,
3667 /* void glVertexAttribBinding ( GLuint attribindex, GLuint bindingindex ) */
3670 (JNIEnv *_env, jobject _this, jint attribindex, jint bindingindex) {
3672 (GLuint)attribindex,
3644 android_glVertexAttribFormat__IIIZI(JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jboolean normalized, jint relativeoffset) argument
3657 android_glVertexAttribIFormat__IIII(JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jint relativeoffset) argument
3669 android_glVertexAttribBinding__II(JNIEnv *_env, jobject _this, jint attribindex, jint bindingindex) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java1073 // C function void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset )
1076 int attribindex,
1083 // C function void glVertexAttribIFormat ( GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset )
1086 int attribindex,
1092 // C function void glVertexAttribBinding ( GLuint attribindex, GLuint bindingindex )
1095 int attribindex,
1075 glVertexAttribFormat( int attribindex, int size, int type, boolean normalized, int relativeoffset ) argument
1085 glVertexAttribIFormat( int attribindex, int size, int type, int relativeoffset ) argument
1094 glVertexAttribBinding( int attribindex, int bindingindex ) argument

Completed in 186 milliseconds