Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h96 , fSamplerCube_Type(new Type("samplerCube", SpvDimCube, false, false, false, true)) in Context()
131 , fGSamplerCube_Type(new Type("$gsamplerCube", static_type(*fSamplerCube_Type))) in Context()
294 const std::unique_ptr<Type> fSamplerCube_Type; variable