Home | History | Annotate | Download | only in gl

Lines Matching refs:uploadCompressedTexData

827         success = this->uploadCompressedTexData(glTex->desc(), glTex->target(), buffer, 
919 // If we're uploading compressed data then we should be using uploadCompressedTexData
1047 bool GrGLGpu::uploadCompressedTexData(const GrSurfaceDesc& desc,
1362 if (!this->uploadCompressedTexData(desc, idDesc.fInfo.fTarget, srcData)) {