Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp530 static const struct SamplerType in init() struct
532 TextureSizeCase::TextureType type; in init()
533 const char* name; in init()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp60 enum SamplerType enum
/external/skia/src/sksl/ir/
DSkSLType.cpp468 class SamplerType final : public Type { class
472 SamplerType(const char* name, const Type& textureType) in SamplerType() function in SkSL::SamplerType