Home
last modified time | relevance | path

Searched defs:pixel (Results 1 - 25 of 242) sorted by relevance

12345678910

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dunion_with_anon_unnamed_struct_1_0.h3 union pixel { union
H A Dunion_with_anon_unnamed_struct.h3 union pixel { union
/third_party/skia/docs/examples/
H A DCanvas_readPixels_b.cpp9 uint32_t pixel = 0; in REG_FIDDLE() local
H A DAlpha_Constants_b.cpp14 SkPMColor pixel = srcPixels[y * source.width() + x]; in REG_FIDDLE() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DETCTextureTest.cpp48 GLubyte pixel[8] = {0x0, 0x0, 0xf8, 0x2, 0x43, 0xff, 0x4, 0x12}; in TEST_P() local
80 GLubyte pixel[] in TEST_P() local
123 GLubyte pixel[] = { TEST_P() local
167 GLubyte pixel[] = { TEST_P() local
215 GLubyte pixel[] = { TEST_P() local
[all...]
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_decode.cpp73 uint8_t* pixel = output + (12 * 4 * y) + (4 * x); in TEST() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dunion_with_anon_unnamed_struct.rs
H A Dunion_with_anon_unnamed_struct_1_0.rs53 pub struct pixel { structure names
/third_party/skia/tests/
H A DSkImageTest.cpp39 uint32_t pixel = 0; in DEF_TEST() local
H A DCTest.cpp63 uint32_t pixel[1] = { 0 }; in test_c() local
H A DGrTextureMipMapInvalidationTest.cpp112 uint32_t pixel; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_render_utils.cpp46 uint32_t* pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local
/third_party/ffmpeg/libavcodec/
H A Daliaspixdec.c35 int width, height, ret, bits_pixel, pixel; in decode_frame() local
H A Daliaspixenc.c74 int pixel; in encode_frame() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Derror.hpp29 #undef pixel macro
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dppm.cc59 const uint32_t pixel = value.AsUint32(); in ConvertToPPM() local
H A Dppm_test.cc66 uint32_t pixel = MaskAplha; in TEST_F() local
H A Dpng.cc61 const uint32_t pixel = value.AsUint32(); in ConvertToPNG() local
/third_party/cups-filters/cupsfilters/
H A Dlut.c101 int pixel; /* Pixel value */ in cupsLutNew() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_msaa.c53 unsigned grid_width, grid_height, size, pixel, sample_index; in update_sample_locations() local
/third_party/skia/src/codec/
H A DSkMasks.cpp61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, in get_comp() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fMultisampledRenderToTextureTests.cpp113 GLubyte pixel[4] = { 0, 1, 0, 1 }; in iterate() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_maskcolor_shader_filter.cpp46 uint32_t pixel[1] = { 0 }; in CalcAverageColor() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/render/
H A Drs_image_cache_test.cpp160 auto pixel = std::make_shared<Media::PixelMap>(); in HWTEST_F() local
181 auto pixel = std::make_shared<Media::PixelMap>(); in HWTEST_F() local
201 auto pixel = std::make_shared<Media::PixelMap>(); in HWTEST_F() local
250 auto pixel = std::make_shared<Media::PixelMap>(); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.cpp52 void* pixel = const_cast<void*>(reinterpret_cast<const void*>(pixelMap_->GetPixels())); in CreateBitmapCanvas() local

Completed in 10 milliseconds

12345678910