Searched refs:createTextureCommon (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpu.cpp | 100 sk_sp<GrTexture> GrGpu::createTextureCommon(SkISize dimensions, in createTextureCommon() function in GrGpu 163 auto tex = this->createTextureCommon(dimensions, format, renderable, renderTargetSampleCnt, in createTexture() 203 auto tex = this->createTextureCommon(dimensions, format, renderable, renderTargetSampleCnt, in createTexture()
|
D | GrGpu.h | 775 sk_sp<GrTexture> createTextureCommon(SkISize,
|