Home
last modified time | relevance | path

Searched defs:isArrayedTexture (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp64 bool isArrayedTexture, in MakeTextureType()
/external/skia/src/sksl/ir/
DSkSLType.h364 bool isArrayedTexture() const { in isArrayedTexture() function
550 Type(const char* name, SpvDim_ dimensions, bool isDepth, bool isArrayedTexture, in Type()