Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h117 int32_t maxCombinedComputeUniformComponents; member
297 int32_t maxCombinedComputeUniformComponents; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp248 …egerv(GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS, &properties.maxCombinedComputeUniformComponents); in FillProperties()
H A Degl_state.cpp408 …egerv(GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS, &properties.maxCombinedComputeUniformComponents); in FillProperties()