Home
last modified time | relevance | path

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

12345678

/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
Dcolorchannelmixer_template.c27 #define pixel uint8_t macro
31 #define pixel uint16_t macro
36 #define pixel float 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
/third_party/ffmpeg/libavcodec/
Danm.c78 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
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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateDiscardTests.cpp418 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/
DvktDynamicStateDiscardTests.cpp419 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/
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 __anonea5010c60102() local
/third_party/astc-encoder/Source/UnitTest/
Dtest_decode.cpp73 uint8_t* pixel = output + (12 * 4 * y) + (4 * x); in TEST() 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.cc59 const uint32_t pixel = value.AsUint32(); in ConvertToPPM() local
Dppm_test.cc66 uint32_t pixel = MaskAplha; in TEST_F() local

12345678