Searched refs:relativeoffset (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 65 …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/ |
D | GLES31.java | 1080 int relativeoffset in glVertexAttribFormat() argument 1089 int relativeoffset in glVertexAttribIFormat() argument
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 931 …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/ |
D | gl31.h | 1448 …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);
|
D | gl32.h | 1448 …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/ |
D | android_opengl_GLES31.cpp | 3192 … 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/ |
D | entries.in | 880 …ibFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) 885 …RY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
|