Searched refs:glVertexAttribIFormat (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 373 {"glVertexAttribIFormat", (void*)glVertexAttribIFormat},
|
D | gl2_client_context.h | 409 glVertexAttribIFormat_client_proc_t glVertexAttribIFormat; member
|
D | gl2_client_context.cpp | 409 …glVertexAttribIFormat = (glVertexAttribIFormat_client_proc_t) getProc("glVertexAttribIFormat", use… in initDispatchByName()
|
D | gl2_entry.cpp | 404 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2855 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) in glVertexAttribIFormat() function 2858 ctx->glVertexAttribIFormat(ctx, attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
|
D | GL2Encoder.cpp | 361 OVERRIDE(glVertexAttribIFormat); in GL2Encoder()
|
D | gl2_enc.cpp | 11969 this->glVertexAttribIFormat = &glVertexAttribIFormat_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 70 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl31.h | 1175 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 535 GL_ENTRY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeo…
|