Home | History | Annotate | Download | only in gpu

Lines Matching defs:createTexture

319         clampedTexture.reset(this->createTexture(NULL, desc, cacheID, srcData, rowBytes));
333 GrTexture* texture = fGpu->createTexture(rtDesc, NULL, 0);
378 texture = fGpu->createTexture(rtDesc, stretchedPixels.get(), stretchedRowBytes);
385 GrTexture* GrContext::createTexture(const GrTextureParams* params,
402 texture = fGpu->createTexture(desc, srcData, rowBytes);
422 GrTexture* texture = gpu->createTexture(desc, NULL, 0);
583 return fGpu->createTexture(descCopy, srcData, rowBytes);