Home
last modified time | relevance | path

Searched refs:attribindex (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec65 void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…
66 void glVertexAttribIFormat ( GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset )
67 void glVertexAttribBinding ( GLuint attribindex, GLuint bindingindex )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java1076 int attribindex, in glVertexAttribFormat() argument
1086 int attribindex, in glVertexAttribIFormat() argument
1095 int attribindex, in glVertexAttribBinding() argument
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in931 void API_ENTRY(glVertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normali…
932 CALL_GL_API(glVertexAttribFormat, attribindex, size, type, normalized, relativeoffset);
934 void API_ENTRY(glVertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeo…
935 CALL_GL_API(glVertexAttribIFormat, attribindex, size, type, relativeoffset);
937 void API_ENTRY(glVertexAttribBinding)(GLuint attribindex, GLuint bindingindex) {
938 CALL_GL_API(glVertexAttribBinding, attribindex, bindingindex);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1448 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum typ…
1449 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum ty…
1450 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBBINDINGPROC) (GLuint attribindex, GLuint bindingindex);
1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
1518 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
1519 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
Dgl32.h1448 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum typ…
1449 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum ty…
1450 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBBINDINGPROC) (GLuint attribindex, GLuint bindingindex);
1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
1518 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
1519 GL_APICALL void GL_APIENTRY glVertexAttribBinding (GLuint attribindex, GLuint bindingindex);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp3192 …(JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jboolean normalized, jint re… in android_glVertexAttribFormat__IIIZI() argument
3194 (GLuint)attribindex, in android_glVertexAttribFormat__IIIZI()
3205 (JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jint relativeoffset) { in android_glVertexAttribIFormat__IIII() argument
3207 (GLuint)attribindex, in android_glVertexAttribIFormat__IIII()
3217 (JNIEnv *_env, jobject _this, jint attribindex, jint bindingindex) { in android_glVertexAttribBinding__II() argument
3219 (GLuint)attribindex, in android_glVertexAttribBinding__II()
/frameworks/native/opengl/libs/
Dentries.in875 GL_ENTRY(void, glVertexAttribBinding, GLuint attribindex, GLuint bindingindex)
880 GL_ENTRY(void, glVertexAttribFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normali…
885 GL_ENTRY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeo…