Searched refs:validate_texel_levels (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrGpu.cpp | 53 static bool validate_texel_levels(SkISize dimensions, GrColorType texelColorType, in validate_texel_levels() function 195 if (!validate_texel_levels(dimensions, srcColorType, texels, texelLevelCount, in createTexture() 227 // validate_texel_levels. in createTexture() 238 // as enforced by validate_texel_levels. in createTexture() 516 if (!validate_texel_levels(rect.size(), srcColorType, texels, mipLevelCount, this->caps())) { in writePixels()
|
Completed in 2 milliseconds