Lines Matching refs:texels
384 GrColorType srcColorType, const GrMipLevel texels[], in onWritePixels() argument
392 if (!mipLevelCount || !texels[0].fPixels) { in onWritePixels()
414 texels[0].fPixels, texels[0].fRowBytes); in onWritePixels()
417 success = this->uploadTexDataOptimal(vkTex, left, top, width, height, srcColorType, texels, in onWritePixels()
592 GrColorType dataColorType, const GrMipLevel texels[], in uploadTexDataOptimal() argument
638 memcpy(texelsShallowCopy.get(), texels, mipLevelCount*sizeof(GrMipLevel)); in uploadTexDataOptimal()
798 GrColorType dataColorType, const GrMipLevel texels[], in uploadTexDataCompressed() argument
827 if (!texels[0].fPixels) { in uploadTexDataCompressed()
837 if (texels[currentMipLevel].fPixels) { in uploadTexDataCompressed()
869 if (texels[currentMipLevel].fPixels) { in uploadTexDataCompressed()
879 const char* src = (const char*)texels[currentMipLevel].fPixels; in uploadTexDataCompressed()
923 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture() argument
961 if (!texels[i].fPixels) { in onCreateTexture()
987 colorType, texels, mipLevelCount); in onCreateTexture()
990 colorType, texels, mipLevelCount); in onCreateTexture()