| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ETCTextureTest.cpp | 48 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[] = { in TEST_P() local 167 GLubyte pixel[] = { in TEST_P() local 215 GLubyte pixel[] = { in TEST_P() local
|
| D | MaxTextureSizeTest.cpp | 103 GLubyte *pixel = &data[0] + ((y * textureWidth + x) * 4); in TEST_P() local 165 GLubyte *pixel = &data[0] + ((y * textureWidth + x) * 4); in TEST_P() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_thumbnail_cuda.cu | 32 unsigned char pixel = tex2D<unsigned char>(uchar_tex, x, y); in Thumbnail_uchar() local 45 uchar2 pixel = tex2D<uchar2>(uchar2_tex, x, y); in Thumbnail_uchar2() local 59 unsigned short pixel = (tex2D<unsigned short>(ushort_tex, x, y) + 128) >> 8; in Thumbnail_ushort() local 72 ushort2 pixel = tex2D<ushort2>(ushort2_tex, x, y); in Thumbnail_ushort2() local
|
| D | phase_template.c | 30 #define pixel uint8_t macro 33 #define pixel uint16_t macro
|
| D | colorchannelmixer_template.c | 27 #define pixel uint8_t macro 31 #define pixel uint16_t macro 36 #define pixel float macro
|
| D | median_template.c | 31 #define pixel uint8_t macro 33 #define pixel uint16_t macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | union_with_anon_unnamed_struct_1_0.rs | 53 pub struct pixel { struct 55 pub __bindgen_anon_1: __BindgenUnionField<pixel__bindgen_ty_1>, argument 60 pub struct pixel__bindgen_ty_1 { argument 153 impl Clone for pixel { implementation
|
| /third_party/ffmpeg/libavcodec/ |
| D | anm.c | 78 int pixel, int count, in op() 142 #define OP(gb, pixel, count) \ in decode_frame() argument 151 int pixel; in decode_frame() local 156 int pixel; in decode_frame() local
|
| D | bit_depth_template.c | 52 # define pixel uint16_t macro 81 # define pixel uint8_t macro
|
| D | aliaspixdec.c | 35 int width, height, ret, bits_pixel, pixel; in decode_frame() local
|
| /third_party/skia/third_party/externals/brotli/research/ |
| D | draw_histogram.cc | 133 void ConvertToPixels(int** histo, uint8_t** pixel) { in ConvertToPixels() 158 void DrawPixels(uint8_t** pixel, FILE* fout) { in DrawPixels() 182 uint8_t** pixel = new uint8_t*[height]; in main() local
|
| /third_party/skia/docs/examples/ |
| D | Canvas_readPixels_b.cpp | 9 uint32_t pixel = 0; in draw() local
|
| D | Alpha_Constants_b.cpp | 14 SkPMColor pixel = srcPixels[y * source.width() + x]; in draw() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl3cTextureSizePromotion.cpp | 866 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 896 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 926 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 957 glw::GLfloat pixel = 3.1415927f; in checkDestinationTexture() local 999 glw::GLint pixel = 5; in checkDestinationTexture() local 1030 glw::GLuint pixel = 5; in checkDestinationTexture() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
| D | vktDynamicStateDiscardTests.cpp | 418 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 454 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 490 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 522 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 558 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 593 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| D | vktDynamicStateDiscardTests.cpp | 419 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 466 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 502 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 534 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 570 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local 605 const tcu::Vec4 pixel = renderedFrame.getPixel(i, j); in verifyResults() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| D | PixelRoutine.cpp | 862 …tine::blendFactor(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, BlendFact… in blendFactor() 943 …:blendFactorAlpha(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, BlendFact… in blendFactorAlpha() 998 void PixelRoutine::readPixel(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &pixel) in readPixel() 1178 Vector4s pixel; in alphaBlend() local 1297 Vector4s pixel; in logicOperation() local 1918 …void PixelRoutine::blendFactor(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, B… in blendFactor() 1989 …tine::blendFactorAlpha(Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFact… in blendFactorAlpha() 2045 Vector4f pixel; in alphaBlend() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | union_with_anon_unnamed_struct.h | 3 union pixel { union
|
| D | union_with_anon_unnamed_struct_1_0.h | 3 union pixel { union
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLStreamTest.cpp | 409 uint32_t pixel; in testSetUp() local 518 uint32_t pixel; in TEST_P() local 637 uint32_t pixel; in TEST_P() local 954 uint32_t pixel; in TEST_P() local
|
| /third_party/skia/gm/ |
| D | unpremul.cpp | 35 SkColor pixel; in __anonea5010c60102() local
|
| /third_party/astc-encoder/Source/UnitTest/ |
| D | test_decode.cpp | 73 uint8_t* pixel = output + (12 * 4 * y) + (4 * x); in TEST() local
|
| /third_party/skia/tests/ |
| D | SkImageTest.cpp | 39 uint32_t pixel = 0; in DEF_TEST() local
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| D | ppm.cc | 59 const uint32_t pixel = value.AsUint32(); in ConvertToPPM() local
|
| D | ppm_test.cc | 66 uint32_t pixel = MaskAplha; in TEST_F() local
|