Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h57 INDIRECT_COMMAND_DRAWELEMENTS = 1, enumerator
DglUtils.cpp667 case INDIRECT_COMMAND_DRAWELEMENTS: in glUtilsIndirectStructSize()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp5382 GLuint indirectStructSize = glUtilsIndirectStructSize(INDIRECT_COMMAND_DRAWELEMENTS); in s_glDrawElementsIndirect()