Lines Matching refs:createBackendTexture
362 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrContext
380 return fGpu->createBackendTexture(width, height, backendFormat, in createBackendTexture()
385 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrContext
403 return this->createBackendTexture(width, height, format, mipMapped, renderable, isProtected); in createBackendTexture()
406 GrBackendTexture GrContext::createBackendTexture(const SkSurfaceCharacterization& c) { in createBackendTexture() function in GrContext
435 GrBackendTexture result = this->createBackendTexture(c.width(), c.height(), format, in createBackendTexture()
443 GrBackendTexture GrContext::createBackendTexture(const SkSurfaceCharacterization& c, in createBackendTexture() function in GrContext
471 GrBackendTexture result = this->createBackendTexture(c.width(), c.height(), format, color, in createBackendTexture()
479 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrContext
498 return fGpu->createBackendTexture(width, height, backendFormat, in createBackendTexture()
503 GrBackendTexture GrContext::createBackendTexture(int width, int height, in createBackendTexture() function in GrContext
525 return this->createBackendTexture(width, height, format, swizzledColor, mipMapped, renderable, in createBackendTexture()