Searched refs:glVertexAttribFormat (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 372 {"glVertexAttribFormat", (void*)glVertexAttribFormat},
|
D | gl2_client_context.h | 408 glVertexAttribFormat_client_proc_t glVertexAttribFormat; member
|
D | gl2_client_context.cpp | 408 …glVertexAttribFormat = (glVertexAttribFormat_client_proc_t) getProc("glVertexAttribFormat", userDa… in initDispatchByName()
|
D | gl2_entry.cpp | 403 …void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuin… 2849 void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint… in glVertexAttribFormat() function 2852 ctx->glVertexAttribFormat(ctx, attribindex, size, type, normalized, relativeoffset); in glVertexAttribFormat()
|
D | GL2Encoder.cpp | 360 OVERRIDE(glVertexAttribFormat); in GL2Encoder()
|
D | gl2_enc.cpp | 11968 this->glVertexAttribFormat = &glVertexAttribFormat_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 69 void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl31.h | 1174 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 534 GL_ENTRY(void, glVertexAttribFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normali…
|