Home
last modified time | relevance | path

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

/third_party/skia/tools/
DDDLPromiseImageHelper.cpp155 const SkPixmap& yuvPixmap = info->yuvPixmap(j); in CreateBETexturesForPromiseImage() local
161 callbackContext->setBackendTexture(create_yuva_texture(direct, yuvPixmap, j)); in CreateBETexturesForPromiseImage()
227 const SkPixmap& yuvPixmap = info.yuvPixmap(j); in createCallbackContexts() local
229 GrBackendFormat backendFormat = direct->defaultBackendFormat(yuvPixmap.colorType(), in createCallbackContexts()
DDDLPromiseImageHelper.h151 const SkPixmap& yuvPixmap(int index) const { in yuvPixmap() function
/third_party/flutter/skia/tools/
DDDLPromiseImageHelper.cpp106 const SkPixmap& yuvPixmap = info.yuvPixmap(j); in uploadAllToGPU() local
111 callbackContext->setBackendTexture(create_yuva_texture(context, yuvPixmap, in uploadAllToGPU()
188 sizes[i].set(curImage.yuvPixmap(i).width(), curImage.yuvPixmap(i).height()); in PromiseImageCreator()
DDDLPromiseImageHelper.h149 const SkPixmap& yuvPixmap(int index) const { in yuvPixmap() function