Home
last modified time | relevance | path

Searched defs:rgba (Results 26 - 50 of 112) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSixteenBppTextureTest.cpp384 uint16_t rgba = 0; in TEST_P() local
/third_party/skia/src/core/
H A DSkDraw_atlas.cpp43 static void load_color(SkRasterPipeline_UniformColorCtx* ctx, const float rgba[]) { in load_color() argument
[all...]
H A DSkPixmap.cpp423 const float* rgba = in getColor() local
H A DSkRasterPipeline.cpp108 void SkRasterPipeline::append_constant_color(SkArenaAlloc* alloc, const float rgba[4]) { in append_constant_color() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBuffer.cpp258 Int rgba = *Pointer<Int>(s); in copyRoutine() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_neon.c42 static void ApplyAlphaMultiply_NEON(uint8_t* rgba, int alpha_first, in ApplyAlphaMultiply_NEON() argument
H A Dyuv.h140 VP8YuvToRgba(uint8_t y, uint8_t u, uint8_t v, uint8_t* const rgba) VP8YuvToRgba() argument
H A Dupsampling_msa.c317 static void YuvToRgba(uint8_t y, uint8_t u, uint8_t v, uint8_t* const rgba) { in YuvToRgba() argument
/third_party/skia/gm/
H A Dimagefromyuvtextures.cpp81 auto rgba = *bmp.getAddr32(i, j); in CreatePlanes() local
95 int rgba[] = {0, 0, 0, 0}; in CreatePlanes() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_color.h52 TestingColor(uint32_t rgba) in TestingColor() argument
85 virtual void Color(uint32_t rgba) in Color() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_color.cpp95 RSColor RSColor::FromRgbaInt(uint32_t rgba) in FromRgbaInt() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/
H A Drsgpuoverdrawcanvaslistener_fuzzer.cpp239 int rgba = GetData<int>(); in DoDrawBackground() local
398 int rgba = GetData<int>(); in DoAttachBrush() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H A Dbrush_fuzzer.cpp79 int rgba = GetObject<int>(); in BrushFuzzTestInner03() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp107 int rgba = GetObject<int>(); in PenFuzzTestInner04() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscpuoverdrawcanvaslistener_fuzzer/
H A Drscpuoverdrawcanvaslistener_fuzzer.cpp239 int rgba = GetData<int>(); in DoDrawBackground() local
/test/xts/hats/hdf/display/composer/common/
H A Ddisplay_test_utils.cpp37 uint32_t rgba = 0; in BGRAToRGBA() local
/third_party/glfw/tests/
H A Dinputlag.c123 unsigned char rgba[4]; in swap_buffers() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c188 float rgba[4]; in try_clear() local
393 float rgba[4]; svga_clear_texture() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c203 sp_tgsi_load(const struct tgsi_image *image, const struct tgsi_image_params *params, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_load() argument
286 sp_tgsi_store(const struct tgsi_image *image, const struct tgsi_image_params *params, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_store() argument
348 handle_op_uint(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_uint() argument
465 handle_op_int(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_int() argument
579 handle_op_r32f_xchg(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_r32f_xchg() argument
617 sp_tgsi_op(const struct tgsi_image *image, const struct tgsi_image_params *params, enum tgsi_opcode opcode, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_op() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dpixeltransfer.c45 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4], in _mesa_scale_and_bias_rgba() argument
164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, GLuint n, GLfloat rgba[][4]) _mesa_apply_rgba_transfer_ops() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state_validate.c178 float *rgba = nv30->blend_colour.color; in nv30_validate_blend_colour() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c209 float *rgba; in debug_dump_transfer_bmp() local
236 debug_dump_float_rgba_bmp(const char *filename, unsigned width, unsigned height, float *rgba, unsigned stride) debug_dump_float_rgba_bmp() argument
292 debug_dump_ubyte_rgba_bmp(const char *filename, unsigned width, unsigned height, const ubyte *rgba, unsigned stride) debug_dump_ubyte_rgba_bmp() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c533 pack_rgba(enum pipe_format format, const float *rgba) in pack_rgba() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp232 Pointer<Float> rgba = out; in emitSamplerRoutine() local
241 Pointer<SIMD::Float> rgba = out; in emitSamplerRoutine() local
255 Pointer<SIMD::Float> rgba = out; emitSamplerRoutine() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djdcolext-neon.c139 uint8x16x4_t rgba; in jsimd_ycc_rgb_convert_neon() local
208 uint8x8x4_t rgba; in jsimd_ycc_rgb_convert_neon() local
275 uint8x8x4_t rgba; jsimd_ycc_rgb_convert_neon() local
[all...]

Completed in 17 milliseconds

12345