Lines Matching defs:width
675 GrBackendTexture GrDirectContext::createBackendTexture(int width, int height,
685 return fGpu->createBackendTexture({width, height}, backendFormat, renderable,
689 GrBackendTexture GrDirectContext::createBackendTexture(int width, int height,
700 return this->createBackendTexture(width, height, format, mipMapped, renderable, isProtected);
769 GrBackendTexture GrDirectContext::createBackendTexture(int width, int height,
785 {width, height},
794 GrBackendTexture GrDirectContext::createBackendTexture(int width, int height,
817 {width, height},
853 GrBackendTexture beTex = this->createBackendTexture(srcData[0].width(),
932 numExpectedLevels = SkMipmap::ComputeLevelCount(backendTexture.width(),
974 int width, int height,
994 {width, height},
998 GrFillInCompressedData(compression, {width, height}, mipmapped, storage.get(), color);
1000 {width, height},
1010 int width, int height,
1019 return this->createCompressedBackendTexture(width, height, format, color,
1025 int width, int height,
1041 {width, height},
1051 int width, int height,
1060 return this->createCompressedBackendTexture(width, height, format, data, dataSize, mipMapped,