/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.cpp | 137 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()
|
D | GrDrawOpAtlas.h | 291 void uploadToTexture(GrDeferredTextureUploadWritePixelsFn&, GrTextureProxy*);
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 162 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()
|
D | GrDrawOpAtlas.h | 413 void uploadToTexture(GrDeferredTextureUploadWritePixelsFn&, GrTextureProxy*);
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.h | 170 bool uploadToTexture(GrMtlTexture* tex, int left, int top, int width, int height,
|
D | GrMtlGpu.mm | 147 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/ |
D | GrMtlGpu.h | 228 bool uploadToTexture(GrMtlTexture* tex, int left, int top, int width, int height,
|
D | GrMtlGpu.mm | 343 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/ |
D | GrD3DGpu.h | 259 bool uploadToTexture(GrD3DTexture* tex, int left, int top, int width, int height,
|
D | GrD3DGpu.cpp | 656 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
|