Home
last modified time | relevance | path

Searched refs:uploadToTexture (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp137 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, in uploadToTexture() function in GrDrawOpAtlas::Plot
229 plotsp->uploadToTexture(writePixels, proxy); in updatePlot()
361 plotsp->uploadToTexture(writePixels, proxy); in addToAtlas()
DGrDrawOpAtlas.h291 void uploadToTexture(GrDeferredTextureUploadWritePixelsFn&, GrTextureProxy*);
/external/skia/src/gpu/
DGrDrawOpAtlas.cpp162 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, in uploadToTexture() function in GrDrawOpAtlas::Plot
256 plotsp->uploadToTexture(writePixels, proxy); in updatePlot()
393 plotsp->uploadToTexture(writePixels, proxy); in addToAtlas()
DGrDrawOpAtlas.h413 void uploadToTexture(GrDeferredTextureUploadWritePixelsFn&, GrTextureProxy*);
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h170 bool uploadToTexture(GrMtlTexture* tex, int left, int top, int width, int height,
DGrMtlGpu.mm147 bool GrMtlGpu::uploadToTexture(GrMtlTexture* tex, int left, int top, int width, int height, function
302 if (!this->uploadToTexture(tex.get(), 0, 0, desc.fWidth, desc.fHeight, colorType, texels,
763 return this->uploadToTexture(mtlTexture, left, top, width, height, srcColorType, texels,
/external/skia/src/gpu/mtl/
DGrMtlGpu.h228 bool uploadToTexture(GrMtlTexture* tex, int left, int top, int width, int height,
DGrMtlGpu.mm343 bool GrMtlGpu::uploadToTexture(GrMtlTexture* tex, int left, int top, int width, int height, function
1279 return this->uploadToTexture(mtlTexture, left, top, width, height, srcColorType, texels,
/external/skia/src/gpu/d3d/
DGrD3DGpu.h259 bool uploadToTexture(GrD3DTexture* tex, int left, int top, int width, int height,
DGrD3DGpu.cpp656 success = this->uploadToTexture(d3dTex, left, top, width, height, srcColorType, texels, in onWritePixels()
666 bool GrD3DGpu::uploadToTexture(GrD3DTexture* tex, int left, int top, int width, int height, in uploadToTexture() function in GrD3DGpu