Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec65 …Format ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset )
66 void glVertexAttribIFormat ( GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java1080 int relativeoffset in glVertexAttribFormat() argument
1089 int relativeoffset in glVertexAttribIFormat() argument
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in931 …Format)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) {
932 CALL_GL_API(glVertexAttribFormat, attribindex, size, type, normalized, relativeoffset);
934 …_ENTRY(glVertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) {
935 CALL_GL_API(glVertexAttribIFormat, attribindex, size, type, relativeoffset);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1448 …ATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
1449 …PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
1517 …bFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
1518 …PIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
Dgl32.h1448 …ATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
1449 …PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
1517 …bFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
1518 …PIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp3192 … jobject _this, jint attribindex, jint size, jint type, jboolean normalized, jint relativeoffset) { in android_glVertexAttribFormat__IIIZI() argument
3198 (GLuint)relativeoffset in android_glVertexAttribFormat__IIIZI()
3205 (JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jint relativeoffset) { in android_glVertexAttribIFormat__IIII() argument
3210 (GLuint)relativeoffset in android_glVertexAttribIFormat__IIII()
/frameworks/native/opengl/libs/
Dentries.in880 …ibFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
885 …RY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)