Home
last modified time | relevance | path

Searched refs:sub_image (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dgifdec.c115 WebPPicture sub_image; in GIFReadFrame() local
133 rect.width, rect.height, &sub_image)) { in GIFReadFrame()
138 dst = sub_image.argb; in GIFReadFrame()
149 const size_t stride = (size_t)sub_image.argb_stride; in GIFReadFrame()
161 for (y = 0; y < rect.height; ++y, ptr += sub_image.argb_stride) { in GIFReadFrame()
169 if (!ok) picture->error_code = sub_image.error_code; in GIFReadFrame()
170 WebPPictureFree(&sub_image); in GIFReadFrame()
/third_party/skia/third_party/externals/libwebp/examples/
Dgifdec.c115 WebPPicture sub_image; in GIFReadFrame() local
133 rect.width, rect.height, &sub_image)) { in GIFReadFrame()
138 dst = sub_image.argb; in GIFReadFrame()
149 const size_t stride = (size_t)sub_image.argb_stride; in GIFReadFrame()
161 for (y = 0; y < rect.height; ++y, ptr += sub_image.argb_stride) { in GIFReadFrame()
169 if (!ok) picture->error_code = sub_image.error_code; in GIFReadFrame()
170 WebPPictureFree(&sub_image); in GIFReadFrame()
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c1420 WebPPicture sub_image; in DecodeFrameOntoCanvas() local
1429 config.input.width, config.input.height, &sub_image)) { in DecodeFrameOntoCanvas()
1434 config.output.u.RGBA.rgba = (uint8_t*)sub_image.argb; in DecodeFrameOntoCanvas()
1435 config.output.u.RGBA.stride = sub_image.argb_stride * 4; in DecodeFrameOntoCanvas()
1436 config.output.u.RGBA.size = config.output.u.RGBA.stride * sub_image.height; in DecodeFrameOntoCanvas()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c1424 WebPPicture sub_image; in DecodeFrameOntoCanvas() local
1433 config.input.width, config.input.height, &sub_image)) { in DecodeFrameOntoCanvas()
1438 config.output.u.RGBA.rgba = (uint8_t*)sub_image.argb; in DecodeFrameOntoCanvas()
1439 config.output.u.RGBA.stride = sub_image.argb_stride * 4; in DecodeFrameOntoCanvas()
1440 config.output.u.RGBA.size = config.output.u.RGBA.stride * sub_image.height; in DecodeFrameOntoCanvas()
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.5.x/
Dgles2-khr-master.txt376 KHR-GLES2.texture_3d.sub_image.rgba8
377 KHR-GLES2.texture_3d.sub_image.negative
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/master/
Dgles2-khr-master.txt376 KHR-GLES2.texture_3d.sub_image.rgba8
377 KHR-GLES2.texture_3d.sub_image.negative
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.6.x/
Dgles2-khr-master.txt376 KHR-GLES2.texture_3d.sub_image.rgba8
377 KHR-GLES2.texture_3d.sub_image.negative
/third_party/mesa3d/src/broadcom/ci/
Dvc4-rpi3-fails.txt372 KHR-GLES2.texture_3d.sub_image.rgba8,Fail