Searched refs:glDrawElementsInstancedDataAEMU (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 279 glDrawElementsInstancedDataAEMU_client_proc_t glDrawElementsInstancedDataAEMU; member
|
D | gl2_client_context.cpp | 279 …glDrawElementsInstancedDataAEMU = (glDrawElementsInstancedDataAEMU_client_proc_t) getProc("glDrawE… in initDispatchByName()
|
D | gl2_entry.cpp | 274 …void glDrawElementsInstancedDataAEMU(GLenum mode, GLsizei count, GLenum type, const void* indices,… 2073 void glDrawElementsInstancedDataAEMU(GLenum mode, GLsizei count, GLenum type, const void* indices, … in glDrawElementsInstancedDataAEMU() function 2076 ctx->glDrawElementsInstancedDataAEMU(ctx, mode, count, type, indices, primcount, datalen); in glDrawElementsInstancedDataAEMU()
|
D | GL2Encoder.cpp | 4808 …ctx->glDrawElementsInstancedDataAEMU(ctx, mode, count, type, adjustedIndices, primcount, count * g… in s_glDrawElementsInstanced()
|
D | gl2_enc.cpp | 12969 this->glDrawElementsInstancedDataAEMU = &glDrawElementsInstancedDataAEMU_enc; in gl2_encoder_context_t()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 324 glDrawElementsInstancedDataAEMU_server_proc_t glDrawElementsInstancedDataAEMU; member
|
D | gles2_server_context.cpp | 279 …glDrawElementsInstancedDataAEMU = (glDrawElementsInstancedDataAEMU_server_proc_t) getProc("glDrawE… in initDispatchByName()
|
D | GLESv2Decoder.cpp | 148 glDrawElementsInstancedDataAEMU = s_glDrawElementsInstancedDataAEMU; in initGL()
|
D | gles2_dec.cpp | 5836 …this->glDrawElementsInstancedDataAEMU(this, var_mode, var_count, var_type, (const void*)(inptr_ind… in decode()
|
/aosp_15_r20/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 831 glDrawElementsInstancedDataAEMU
|
D | gles2.in | 358 GL_ENTRY(void, glDrawElementsInstancedDataAEMU, GLenum mode, GLsizei count, GLenum type, const void…
|