Searched refs:glVertexAttribFormat (Results 1 - 8 of 8) 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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto732 glVertexAttribFormat = 705;
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java1066 // C function void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset )
1068 public static native void glVertexAttribFormat( method in class:GLES31
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1174 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1538 const GLMessage_Function GLMessage::glVertexAttribFormat; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1886 static const Function glVertexAttribFormat = GLMessage_Function_glVertexAttribFormat; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp13289 glmsg.set_function(GLMessage::glVertexAttribFormat);
13324 glContext->hooks->gl.glVertexAttribFormat(attribindex, size, type, normalized, relativeoffset);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3013 /* void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) */
3017 glVertexAttribFormat(
3157 {"glVertexAttribFormat", "(IIIZI)V", (void *) android_glVertexAttribFormat__IIIZI },

Completed in 2785 milliseconds