Searched refs:uploadTexData (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 382 bool uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target,
|
D | GrGLGpu.cpp | 808 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/ |
D | GrGLGpu.h | 399 bool uploadTexData(GrGLFormat textureFormat, GrColorType textureColorType, int texWidth,
|
D | GrGLGpu.cpp | 902 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()
|