| /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 | 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
|
| D | union_with_anon_unnamed_struct.rs | 104 impl Default for pixel { implementation
|
| /third_party/ffmpeg/libavcodec/ |
| D | anm.c | 77 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 | sgidec.c | 50 unsigned char pixel, count; in expand_rle_row8() local 88 unsigned short pixel; in expand_rle_row16() local
|
| D | aliaspixenc.c | 81 int pixel; in encode_frame() local
|
| 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
|
| D | gl4cCopyImageTests.cpp | 936 void Utils::maskPixelForFormat(GLenum internal_format, GLubyte* pixel) in maskPixelForFormat() 1089 std::string Utils::getPixelString(GLenum internal_format, const GLubyte* pixel) in getPixelString() 1650 void readBaseTypeFromUnsignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromUnsignedChannel() 1671 void readBaseTypeFromSignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromSignedChannel() 1693 void readBaseTypeFromFloatChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromFloatChannel() 1710 void readBaseTypeFromHalfFloatChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromHalfFloatChannel() 1736 void read3Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read3Channel() 1797 void read4Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read4Channel() 1852 void read11F_11F_10F_Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read11F_11F_10F_Channel() 1897 void writeBaseTypeToUnsignedChannel(GLuint channel, GLdouble value, GLubyte* pixel) in writeBaseTypeToUnsignedChannel() [all …]
|
| /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 __anonfa3e83260102() 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_test.cc | 66 uint32_t pixel = MaskAplha; in TEST_F() local
|
| D | ppm.cc | 59 const uint32_t pixel = value.AsUint32(); in ConvertToPPM() local
|