Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h86 int64_t maxCombinedFragmentUniformComponents; member
284 int32_t maxCombinedFragmentUniformComponents; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp231 …erv(GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS, &properties.maxCombinedFragmentUniformComponents); in FillProperties()
H A Degl_state.cpp377 …64v(GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS, &properties.maxCombinedFragmentUniformComponents); in FillProperties()