Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl2_compute_rendering_context_base.cc243 Vector<GLenum> auxiliary_props; in getProgramResource() local
252 auxiliary_props.push_back(extended_props[i]); in getProgramResource()
257 if (auxiliary_props.size()) { in getProgramResource()
259 index, auxiliary_props.size(), in getProgramResource()
260 auxiliary_props.data(), in getProgramResource()
545 Vector<GLenum> auxiliary_props; in ValidateAndExtendProgramResourceProperties() local
634 auxiliary_props.push_back(GL_NUM_ACTIVE_VARIABLES); in ValidateAndExtendProgramResourceProperties()
658 extended_props = auxiliary_props; in ValidateAndExtendProgramResourceProperties()