Home
last modified time | relevance | path

Searched refs:indirectStructSize (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6036 GLuint indirectStructSize = glUtilsIndirectStructSize(INDIRECT_COMMAND_DRAWARRAYS); in s_glDrawArraysIndirect() local
6046 ctx->glDrawArraysIndirectDataAEMU(ctx, mode, indirect, indirectStructSize); in s_glDrawArraysIndirect()
6067 GLuint indirectStructSize = glUtilsIndirectStructSize(INDIRECT_COMMAND_DRAWELEMENTS); in s_glDrawElementsIndirect() local
6077 ctx->glDrawElementsIndirectDataAEMU(ctx, mode, type, indirect, indirectStructSize); in s_glDrawElementsIndirect()