Lines Matching defs:height
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},
854 srcData[0].height(),
933 backendTexture.height()) + 1;
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,