/hardware/google/gfxstream/guest/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); 2868 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) in glVertexAttribIFormat() function 2871 ctx->glVertexAttribIFormat(ctx, attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
|
D | GL2Encoder.cpp | 392 OVERRIDE(glVertexAttribIFormat); in GL2Encoder()
|
D | gl2_enc.cpp | 13099 this->glVertexAttribIFormat = &glVertexAttribIFormat_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles31_only_static_translator_namespaced_header.h | 68 GL_APICALL void GL_APIENTRY glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLui…
|
D | gles31_only_functions.h | 68 …X(void, glVertexAttribIFormat, (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 611 GL_APICALL void GL_APIENTRY glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLui… in glVertexAttribIFormat() function 613 SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glVertexAttribIFormat); in glVertexAttribIFormat() 615 ctx->dispatcher().glVertexAttribIFormat(attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles31_only.entries | 84 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
D | gles31_only_dispatch_logging_wrappers.impl | 290 …DISPATCH_DEBUG_LOG("glVertexAttribIFormat(attribindex:%d, size:%d, type:0x%X, relativeoffset:%d)",…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 508 glVertexAttribIFormat_server_proc_t glVertexAttribIFormat; member
|
D | gles2_server_context.cpp | 409 …glVertexAttribIFormat = (glVertexAttribIFormat_server_proc_t) getProc("glVertexAttribIFormat", use… in initDispatchByName()
|
D | gles2_dec.cpp | 8793 this->glVertexAttribIFormat(var_attribindex, var_size, var_type, var_relativeoffset); in decode()
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl31.h | 1175 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
|
D | gl32.h | 1497 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl31.h | 1175 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 539 GL_ENTRY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeo…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl31.h | 1497 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
|
D | gl32.h | 1497 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2588 GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint rela…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2534 GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint rela…
|
D | glext.h | 2483 GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint rela…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glext.h | 8640 GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint rela…
|