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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec65 void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset )
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java1073 // C function void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset )
1075 public static native void glVertexAttribFormat( method in class:GLES31
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h899 #undef glVertexAttribFormat macro
H A Dwrap_gles.h899 #define glVertexAttribFormat wrap_glVertexAttribFormat macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3189 /* void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) */
3193 glVertexAttribFormat(
3333 {"glVertexAttribFormat", "(IIIZI)V", (void *) android_glVertexAttribFormat__IIIZI },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
H A Dgl32.h1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);

Completed in 45 milliseconds