Home
last modified time | relevance | path

Searched defs:image_data (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dreadppm.c69 uch *image_data = NULL; variable
Dreadpng.c74 uch *image_data = NULL; variable
Dreadpng2.h91 uch *image_data; member
Dwritepng.h99 uch *image_data; member
Drpng-win.c154 static uch *image_data; variable
Drpng-x.c138 static uch *image_data; variable
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySamplingResources.hpp35 const glw::GLubyte* const image_data; member
DesextcTextureCubeMapArraySampling.cpp3385 const glw::GLubyte* image_data = 0; in prepareCompresedTexture() local
3415 const glw::GLubyte* image_data = 0; in prepareCompresedTexture() local
/third_party/astc-encoder/Utils/Example/
Dastc_api_example.cpp68 uint8_t *image_data = (uint8_t*)stbi_load(argv[1], &image_x, &image_y, &image_c, 4); in main() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcprepct.c109 expand_bottom_edge(JSAMPARRAY image_data, JDIMENSION num_cols, int input_rows, in expand_bottom_edge()
Djcsample.c94 expand_right_edge(JSAMPARRAY image_data, int num_rows, JDIMENSION input_cols, in expand_right_edge()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h161 const uint8_t* const image_data = kImagesData[image_index]; in ExtractSourcePicture() local
/third_party/ffmpeg/libavfilter/
Dvf_removelogo.c381 uint8_t *image_data, int image_linesize, in blur_pixel()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp4532 std::vector<glw::GLint> image_data; in verifyResults() local
5434 std::vector<glw::GLint> image_data; in verifyResults() local
/third_party/astc-encoder/Source/
Dstb_image.h4862 static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stbi__uint32 image_data_len, i… in stbi__create_png_image()