Searched refs:convert_texture (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureToYUVPlanes.cpp | 22 static bool convert_texture(GrTexture* src, GrDrawContext* dst, int dstW, int dstH, in convert_texture() function 124 if (!convert_texture(texture, dc, sizes[0].fWidth, sizes[0].fHeight, colorSpace, in GrTextureToYUVPlanes() 135 if (!convert_texture(texture, dc, sizes[0].fWidth, sizes[0].fHeight, colorSpace, in GrTextureToYUVPlanes() 144 if (!convert_texture(texture, dc, sizes[1].fWidth, sizes[1].fHeight, in GrTextureToYUVPlanes() 154 if (!convert_texture(texture, dc, sizes[1].fWidth, sizes[1].fHeight, in GrTextureToYUVPlanes() 162 if (!convert_texture(texture, dc, sizes[2].fWidth, sizes[2].fHeight, in GrTextureToYUVPlanes()
|