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.h51 INDIRECT_COMMAND_DRAWELEMENTS = 1, enumerator
DglUtils.cpp628 case INDIRECT_COMMAND_DRAWELEMENTS: in glUtilsIndirectStructSize()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp4752 GLuint indirectStructSize = glUtilsIndirectStructSize(INDIRECT_COMMAND_DRAWELEMENTS); in s_glDrawElementsIndirect()