Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 25 of 175) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
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[] = { in TEST_P() local
167 GLubyte pixel[] = { in TEST_P() local
215 GLubyte pixel[] = { in TEST_P() local
DMaxTextureSizeTest.cpp103 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/
Dvf_thumbnail_cuda.cu32 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
Dphase_template.c30 #define pixel uint8_t macro
33 #define pixel uint16_t macro
Dmedian_template.c31 #define pixel uint8_t macro
33 #define pixel uint16_t macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dunion_with_anon_unnamed_struct_1_0.rs53 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
Dunion_with_anon_unnamed_struct.rs104 impl Default for pixel { implementation
/third_party/ffmpeg/libavcodec/
Danm.c77 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
Dbit_depth_template.c52 # define pixel uint16_t macro
81 # define pixel uint8_t macro
Dsgidec.c50 unsigned char pixel, count; in expand_rle_row8() local
88 unsigned short pixel; in expand_rle_row16() local
Daliaspixenc.c81 int pixel; in encode_frame() local
Daliaspixdec.c35 int width, height, ret, bits_pixel, pixel; in decode_frame() local
/third_party/skia/third_party/externals/brotli/research/
Ddraw_histogram.cc133 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/
DCanvas_readPixels_b.cpp9 uint32_t pixel = 0; in draw() local
DAlpha_Constants_b.cpp14 SkPMColor pixel = srcPixels[y * source.width() + x]; in draw() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp866 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
Dgl4cCopyImageTests.cpp936 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/
DPixelRoutine.cpp862 …tine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFact… in blendFactor()
943 …:blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, 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/
Dunion_with_anon_unnamed_struct.h3 union pixel { union
Dunion_with_anon_unnamed_struct_1_0.h3 union pixel { union
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLStreamTest.cpp409 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/
Dunpremul.cpp35 SkColor pixel; in __anonfa3e83260102() local
/third_party/skia/tests/
DSkImageTest.cpp39 uint32_t pixel = 0; in DEF_TEST() local
/third_party/vk-gl-cts/external/amber/src/samples/
Dppm_test.cc66 uint32_t pixel = MaskAplha; in TEST_F() local
Dppm.cc59 const uint32_t pixel = value.AsUint32(); in ConvertToPPM() local

1234567