Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLGpu.h382 bool uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target,
DGrGLGpu.cpp808 return this->uploadTexData(glTex->config(), glTex->width(), glTex->height(), glTex->target(), in onWritePixels()
1163 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target, in uploadTexData() function in GrGLGpu
1792 success = this->uploadTexData(desc.fConfig, desc.fWidth, desc.fHeight, info->fTarget, in createTextureImpl()
/external/skia/src/gpu/gl/
DGrGLGpu.h394 bool uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target,
DGrGLGpu.cpp843 return this->uploadTexData(glTex->config(), glTex->width(), glTex->height(), glTex->target(), in onWritePixels()
1198 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target, in uploadTexData() function in GrGLGpu
1825 success = this->uploadTexData(desc.fConfig, desc.fWidth, desc.fHeight, info->fTarget, in createTextureImpl()