Home
last modified time | relevance | path

Searched defs:containsSamplers (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.cpp130 bool TStructure::containsSamplers() const in containsSamplers() function in TStructure
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp826 bool TFieldListCollection::containsSamplers() const in containsSamplers() function in sh::TFieldListCollection
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp831 bool TFieldListCollection::containsSamplers() const in containsSamplers() function in sh::TFieldListCollection
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fUniformApiTests.cpp1101 const bool containsSamplers = !m_uniformCollection->getSamplerTypes().empty(); in writeUniformDefinitions() local