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.h399 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
DGrGLGpu.cpp902 return this->uploadTexData(glTex->format(), surfaceColorType, glTex->width(), glTex->height(), in onWritePixels()
996 bool GrGLGpu::uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth, in uploadTexData() function in GrGLGpu
3821 if (!this->uploadTexData(glFormat, colorType, dimensions.width(), dimensions.height(), in onCreateBackendTexture()