Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h150 int32_t maxVertexAttribBindings; member
327 int32_t maxVertexAttribBindings; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp278 glGetIntegerv(GL_MAX_VERTEX_ATTRIB_BINDINGS, &properties.maxVertexAttribBindings); in FillProperties()
H A Degl_state.cpp445 glGetIntegerv(GL_MAX_VERTEX_ATTRIB_BINDINGS, &properties.maxVertexAttribBindings); in FillProperties()