Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h77 GLuint glUtilsIndirectStructSize(IndirectCommandType cmdType);
DglUtils.cpp1112 GLuint glUtilsIndirectStructSize(IndirectCommandType cmdType) { in glUtilsIndirectStructSize() function
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6036 GLuint indirectStructSize = glUtilsIndirectStructSize(INDIRECT_COMMAND_DRAWARRAYS); in s_glDrawArraysIndirect()
6067 GLuint indirectStructSize = glUtilsIndirectStructSize(INDIRECT_COMMAND_DRAWELEMENTS); in s_glDrawElementsIndirect()