/hardware/google/gfxstream/guest/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… 2862 void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint… in glVertexAttribFormat() function 2865 ctx->glVertexAttribFormat(ctx, attribindex, size, type, normalized, relativeoffset); in glVertexAttribFormat()
|
D | GL2Encoder.cpp | 391 OVERRIDE(glVertexAttribFormat); in GL2Encoder()
|
D | gl2_enc.cpp | 13098 this->glVertexAttribFormat = &glVertexAttribFormat_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles31_only_static_translator_namespaced_header.h | 67 GL_APICALL void GL_APIENTRY glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboo…
|
D | gles31_only_functions.h | 67 …X(void, glVertexAttribFormat, (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, …
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 604 GL_APICALL void GL_APIENTRY glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboo… in glVertexAttribFormat() function 606 SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glVertexAttribFormat); in glVertexAttribFormat() 608 ctx->dispatcher().glVertexAttribFormat(attribindex, size, type, normalized, relativeoffset); in glVertexAttribFormat()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles31_only.entries | 83 void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint…
|
D | gles31_only_dispatch_logging_wrappers.impl | 285 …DISPATCH_DEBUG_LOG("glVertexAttribFormat(attribindex:%d, size:%d, type:0x%X, normalized:%d, relati…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 507 glVertexAttribFormat_server_proc_t glVertexAttribFormat; member
|
D | gles2_server_context.cpp | 408 …glVertexAttribFormat = (glVertexAttribFormat_server_proc_t) getProc("glVertexAttribFormat", userDa… in initDispatchByName()
|
D | gles2_dec.cpp | 8773 …this->glVertexAttribFormat(var_attribindex, var_size, var_type, var_normalized, var_relativeoffset… in decode()
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl31.h | 1174 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
|
D | gl32.h | 1496 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl31.h | 1174 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 538 GL_ENTRY(void, glVertexAttribFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normali…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl31.h | 1496 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
|
D | gl32.h | 1496 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2587 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean no…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2533 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean no…
|
D | glext.h | 2482 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean no…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glext.h | 8639 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean no…
|