Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h147 int32_t maxUniformLocations; member
308 int32_t maxUniformLocations; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp259 glGetIntegerv(GL_MAX_UNIFORM_LOCATIONS, &properties.maxUniformLocations); in FillProperties()
H A Degl_state.cpp442 glGetIntegerv(GL_MAX_UNIFORM_LOCATIONS, &properties.maxUniformLocations); in FillProperties()