Home
last modified time | relevance | path

Searched defs:pixel (Results 76 - 100 of 242) sorted by relevance

12345678910

/test/xts/hats/hdf/hdf_lite/display/
H A Dloadbmp_test.c46 uint16_t pixel = 0; in OsdMakeColorU16() local
/third_party/ffmpeg/libavcodec/
H A Dflicvideo.c518 int pixel; in flic_decode_frame_15_16BPP() local
818 int pixel; in flic_decode_frame_24BPP() local
[all...]
H A Dargo.c574 int pixel = bytestream2_get_byte(gb); in decode_rle() local
H A Dsmc.c111 int pixel; in smc_decode_stream() local
[all...]
H A Dtexturedsp.c98 uint32_t pixel = colors[code & 3]; in dxt1_block_internal() local
161 uint32_t pixel = colors[code & 3] | ((unsigned)alpha << 24); in dxt3_block_internal() local
272 uint32_t pixel; in dxt5_block_internal() local
437 uint32_t pixel in rgtc_block_internal() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dcolorspacedsp_template.c44 #undef pixel macro
47 #define pixel uint8_t macro
50 #define pixel uint16_t macro
[all...]
H A Dcolorchannelmixer_template.c23 #undef pixel macro
27 #define pixel uint8_t macro
31 #define pixel uint16_t macro
36 #define pixel float macro
[all...]
/third_party/ffmpeg/tests/
H A Dtiny_ssim.c41 typedef uint8_t pixel; typedef
/third_party/cups-filters/cupsfilters/
H A Dimage-tiff.c76 pixel, /* Current pixel */ in _cupsImageReadTIFF() local
[all...]
H A Dimage-gif.c453 int pixel; /* Current pixel */ in gif_read_image() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c148 uint32_t pixel[4]; in convert_clear_color() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c277 struct bmp_rgb_quad pixel; in debug_dump_float_rgba_bmp() local
335 struct bmp_rgb_quad pixel; in debug_dump_ubyte_rgba_bmp() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.h54 pixel, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp314 const auto pixel = imagePixels.getPixel(x, y, z); in testEarlyDestroy() local
H A DvktPipelineMultisampleInterpolationTests.cpp182 const tcu::IVec4 pixel = dataRS.getPixelInt(x, y, z); in verifyImageData() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp87 const tcu::Vec4 pixel = image.getPixel(x, y); in verifyResult() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderIntegerMixTests.cpp525 tcu::IVec4 pixel; in probe_pixel() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessSamplersTests.cpp834 glw::GLubyte pixel[4] = { 0 }; in checkFramebufferContent() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilTest.cpp319 uint32_t pixel; in compareDepth() local
H A DLineLoopTest.cpp58 const GLubyte *pixel = &pixels[0] + ((y * getWindowWidth() + x) * 4); in checkPixels() local
H A DCopyTexture3DTest.cpp253 GLuint pixel[4] = {0}; in testCopy() local
263 GLint pixel[4] = {0}; in testCopy() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLStreamTest.cpp409 uint32_t pixel; variable
518 uint32_t pixel; in TEST_P() local
637 uint32_t pixel; in TEST_P() local
954 uint32_t pixel; TEST_P() local
[all...]
/third_party/skia/tests/
H A DMultiPictureDocumentTest.cpp218 SkPMColor* pixel = reinterpret_cast<SkPMColor*>( in make_src_bitmap() local
H A DClearTest.cpp59 uint32_t pixel = readback.addr32()[y * w + x]; in check_rect() local
H A DGrMipMappedTest.cpp351 SkPMColor* pixel = reinterpret_cast<SkPMColor*>(bmp.getPixels()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local

Completed in 21 milliseconds

12345678910