Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp4724 GLuint indirectStructSize = glUtilsIndirectStructSize(INDIRECT_COMMAND_DRAWARRAYS); in s_glDrawArraysIndirect() local
4734 ctx->glDrawArraysIndirectDataAEMU(ctx, mode, indirect, indirectStructSize); in s_glDrawArraysIndirect()
4752 GLuint indirectStructSize = glUtilsIndirectStructSize(INDIRECT_COMMAND_DRAWELEMENTS); in s_glDrawElementsIndirect() local
4762 ctx->glDrawElementsIndirectDataAEMU(ctx, mode, type, indirect, indirectStructSize); in s_glDrawElementsIndirect()