Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h127 int32_t maxComputeUniformBlocks; member
289 int32_t maxComputeUniformBlocks; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp240 glGetIntegerv(GL_MAX_COMPUTE_UNIFORM_BLOCKS, &properties.maxComputeUniformBlocks); in FillProperties()
H A Degl_state.cpp418 glGetIntegerv(GL_MAX_COMPUTE_UNIFORM_BLOCKS, &properties.maxComputeUniformBlocks); in FillProperties()