Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h69 int32_t maxFragmentUniformVectors; member
276 int32_t maxFragmentUniformVectors; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp221 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_VECTORS, &properties.maxFragmentUniformVectors); in FillProperties()
H A Degl_state.cpp361 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_VECTORS, &properties.maxFragmentUniformVectors); in FillProperties()