Searched refs:fMaxSampledTextures (Results 1 – 2 of 2) sorted by relevance
75 return fMaxSampledTextures; in maxSampledTextures()103 int fMaxSampledTextures; variable
45 fMaxSampledTextures = 16; // Spec requires a minimum of 16 sampled textures per stage in GrVkCaps()68 fMaxSampledTextures = SkTMin(properties.limits.maxPerStageDescriptorSampledImages, in init()