Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h91 int32_t maxElementsIndices; member
329 int32_t maxElementsIndices; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp280 glGetIntegerv(GL_MAX_ELEMENTS_INDICES, &properties.maxElementsIndices); in FillProperties()
H A Degl_state.cpp382 glGetIntegerv(GL_MAX_ELEMENTS_INDICES, &properties.maxElementsIndices); in FillProperties()