Home
last modified time | relevance | path

Searched refs:create_yuva_texture (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/
DDDLPromiseImageHelper.cpp65 static GrBackendTexture create_yuva_texture(GrGpu* gpu, const SkPixmap& pm, in create_yuva_texture() function
126 callbackContext->setBackendTexture(create_yuva_texture(gpu, yuvPixmap, in uploadAllToGPU()
167 create_yuva_texture(gpu, yuvPixmap, info.yuvaIndices(), j)); in replaceEveryOtherPromiseTexture()
/external/skia/tools/
DDDLPromiseImageHelper.cpp60 static GrBackendTexture create_yuva_texture(GrGpu* gpu, const SkPixmap& pm, in create_yuva_texture() function
121 callbackContext->setBackendTexture(create_yuva_texture(gpu, yuvPixmap, in uploadAllToGPU()
/external/skia/gm/
Dwacky_yuv_formats.cpp672 static GrBackendTexture create_yuva_texture(GrGpu* gpu, const SkBitmap& bm, in create_yuva_texture() function
817 yuvaTextures[i] = create_yuva_texture(gpu, resultBMs[i], in createImages()
996 yuvaTextures[i] = create_yuva_texture(gpu, resultBMs[i], yuvaIndices, i); in createImages()
/external/skqp/gm/
Dwacky_yuv_formats.cpp664 static GrBackendTexture create_yuva_texture(GrGpu* gpu, const SkBitmap& bm, in create_yuva_texture() function
798 yuvaTextures[i] = create_yuva_texture(gpu, resultBMs[i], in createImages()