Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLImage.h23 static bool IsTypeValid(MemObjectType imageType);
60 return Memory::IsValid(image) && IsTypeValid(image->cast<Memory>().getType()); in IsValid()
DCLImage.cpp17 bool Image::IsTypeValid(MemObjectType imageType) in IsTypeValid() function in cl::Image
DvalidationCL.cpp893 if (!ValidateMemoryFlags(flags, ctx.getPlatform()) || !Image::IsTypeValid(image_type)) in ValidateGetSupportedImageFormats()