Searched refs:yDesc (Results 1 – 2 of 2) sorted by relevance
216 GrBackendTextureDesc yDesc; in NewFromYUVTexturesCopy() local217 yDesc.fConfig = kConfig; in NewFromYUVTexturesCopy()218 yDesc.fOrigin = origin; in NewFromYUVTexturesCopy()219 yDesc.fSampleCnt = 0; in NewFromYUVTexturesCopy()220 yDesc.fTextureHandle = yuvTextureHandles[0]; in NewFromYUVTexturesCopy()221 yDesc.fWidth = yuvSizes[0].fWidth; in NewFromYUVTexturesCopy()222 yDesc.fHeight = yuvSizes[0].fHeight; in NewFromYUVTexturesCopy()241 yDesc, kBorrow_GrWrapOwnership)); in NewFromYUVTexturesCopy()
82 GrSurfaceDesc yDesc; in GrTextureToYUVPlanes() local83 yDesc.fConfig = singleChannelPixelConfig; in GrTextureToYUVPlanes()84 yDesc.fFlags = kRenderTarget_GrSurfaceFlag; in GrTextureToYUVPlanes()85 yDesc.fWidth = sizes[0].fWidth; in GrTextureToYUVPlanes()86 yDesc.fHeight = sizes[0].fHeight; in GrTextureToYUVPlanes()87 yTex.reset(context->textureProvider()->createApproxTexture(yDesc)); in GrTextureToYUVPlanes()