Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp550 static const struct SamplerType in init() struct
552 TextureSizeCase::TextureType type; in init()
553 const char *name; in init()
/external/angle/src/tests/gl_tests/
DIncompatibleTextureTest.cpp16 enum class SamplerType enum
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp60 enum SamplerType enum
/external/skia/src/sksl/ir/
DSkSLType.cpp545 class SamplerType final : public Type { class
549 SamplerType(const char* name, const Type& textureType) in SamplerType() function in SkSL::SamplerType