Searched refs:glDrawElementsIndirectDataAEMU (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 415 glDrawElementsIndirectDataAEMU_client_proc_t glDrawElementsIndirectDataAEMU; member
|
D | gl2_client_context.cpp | 415 …glDrawElementsIndirectDataAEMU = (glDrawElementsIndirectDataAEMU_client_proc_t) getProc("glDrawEle… in initDispatchByName()
|
D | gl2_entry.cpp | 410 …void glDrawElementsIndirectDataAEMU(GLenum mode, GLenum type, const void* indirect, GLuint datalen… 2904 void glDrawElementsIndirectDataAEMU(GLenum mode, GLenum type, const void* indirect, GLuint datalen) in glDrawElementsIndirectDataAEMU() function 2907 ctx->glDrawElementsIndirectDataAEMU(ctx, mode, type, indirect, datalen); in glDrawElementsIndirectDataAEMU()
|
D | GL2Encoder.cpp | 6188 ctx->glDrawElementsIndirectDataAEMU(ctx, mode, type, indirect, indirectStructSize); in s_glDrawElementsIndirect()
|
D | gl2_enc.cpp | 13105 this->glDrawElementsIndirectDataAEMU = &glDrawElementsIndirectDataAEMU_enc; in gl2_encoder_context_t()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 514 glDrawElementsIndirectDataAEMU_server_proc_t glDrawElementsIndirectDataAEMU; member
|
D | gles2_server_context.cpp | 415 …glDrawElementsIndirectDataAEMU = (glDrawElementsIndirectDataAEMU_server_proc_t) getProc("glDrawEle… in initDispatchByName()
|
D | GLESv2Decoder.cpp | 156 glDrawElementsIndirectDataAEMU = s_glDrawElementsIndirectDataAEMU; in initGL()
|
D | gles2_dec.cpp | 8909 …this->glDrawElementsIndirectDataAEMU(this, var_mode, var_type, (const void*)(inptr_indirect.get())… in decode()
|
/aosp_15_r20/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1204 glDrawElementsIndirectDataAEMU
|
D | gles2.in | 548 GL_ENTRY(void, glDrawElementsIndirectDataAEMU, GLenum mode, GLenum type, const void *indirect, GLui…
|