Home
last modified time | relevance | path

Searched refs:uploadTexData (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.h380 bool uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight,
DGrGLGpu.cpp786 return this->uploadTexData(glTex->config(), glTex->width(), glTex->height(), in onWritePixels()
1017 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, in uploadTexData() function in GrGLGpu
1632 if (!this->uploadTexData(desc.fConfig, desc.fWidth, desc.fHeight, desc.fOrigin, info->fTarget, in createTextureImpl()