Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_rendering_context_base.cc1074 ADD_VALUES_TO_SET(supported_tex_image_source_types_, kSupportedTypesES2);
1272 supported_tex_image_source_types_.clear(); in InitializeNewContext()
1273 ADD_VALUES_TO_SET(supported_tex_image_source_types_, kSupportedTypesES2); in InitializeNewContext()
7127 ADD_VALUES_TO_SET(supported_tex_image_source_types_, in AddExtensionSupportedFormatsTypes()
7135 ADD_VALUES_TO_SET(supported_tex_image_source_types_, in AddExtensionSupportedFormatsTypes()
7150 ADD_VALUES_TO_SET(supported_tex_image_source_types_, in AddExtensionSupportedFormatsTypes()
7191 ADD_VALUES_TO_SET(supported_tex_image_source_types_, in ValidateTexImageSourceFormatAndType()
7219 if (supported_tex_image_source_types_.find(type) == in ValidateTexImageSourceFormatAndType()
7220 supported_tex_image_source_types_.end()) { in ValidateTexImageSourceFormatAndType()
H A Dwebgl_rendering_context_base.h1016 GLenumHashSet supported_tex_image_source_types_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_rendering_context_base.cc1155 ADD_VALUES_TO_SET(supported_tex_image_source_types_, kSupportedTypesES2); in WebGLRenderingContextBase()
1349 supported_tex_image_source_types_.clear(); in InitializeNewContext()
1350 ADD_VALUES_TO_SET(supported_tex_image_source_types_, kSupportedTypesES2); in InitializeNewContext()
7354 ADD_VALUES_TO_SET(supported_tex_image_source_types_, in AddExtensionSupportedFormatsTypes()
7362 ADD_VALUES_TO_SET(supported_tex_image_source_types_, in AddExtensionSupportedFormatsTypes()
7377 ADD_VALUES_TO_SET(supported_tex_image_source_types_, in AddExtensionSupportedFormatsTypes()
7418 ADD_VALUES_TO_SET(supported_tex_image_source_types_, in ValidateTexImageSourceFormatAndType()
7446 if (supported_tex_image_source_types_.find(type) == in ValidateTexImageSourceFormatAndType()
7447 supported_tex_image_source_types_.end()) { in ValidateTexImageSourceFormatAndType()
H A Dwebgl_rendering_context_base.h1060 GLenumHashSet supported_tex_image_source_types_; variable