Home
last modified time | relevance | path

Searched +defs:val +defs:color (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/shaders/
H A Dcommon.h70 static inline MultipleColorOutputs<T> toMultipleColorOutputs(vec<T, 4> color) in toMultipleColorOutputs()
124 static inline float4 sRGBtoLinear(float4 color) in sRGBtoLinear()
134 static inline float linearToSRGB(float color) in linearToSRGB()
145 static inline float4 linearToSRGB(float4 color) in linearToSRGB()
171 static inline void shortToBytes(Short val, uint offset, device uchar *output) in shortToBytes()
179 static inline void intToBytes(Int val, uint offset, device uchar *output) in intToBytes()
188 static inline void floatToBytes(float val, uint offset, device uchar *output) in floatToBytes()
193 static inline void int24bitToBytes(uint val, uint offset, device uchar *output) in int24bitToBytes()
/aosp_15_r20/external/selinux/policycoreutils/secon/
H A Dsecon.c347 static int my_getXcon_raw(pid_t pid, char **con, const char *val) in my_getXcon_raw()
543 int val = 30; in disp__color_to_ansi() local
561 struct context_color_t *color) in disp__con_color_ansi()
594 static void disp__con_val(const char *name, const char *val, in disp__con_val()
595 struct context_color_t *color) in disp__con_val()
632 struct context_color_t color = { .valid = 0 }; in disp_con() local
704 const char *val = NULL; in disp_con() local
724 const char *val = NULL; in disp_con() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp43 static inline uint8_t getChannel(uint32_t color) in getChannel()
48 static inline uint8_t getChannel(uint32_t color, int channel) in getChannel()
53 static inline uint32_t setChannel(uint32_t color, int channel, uint8_t val) in setChannel()
58 static inline Vec4 toFloatVec(uint32_t color) in toFloatVec()
99 static inline void writeUnorm8(const tcu::PixelBufferAccess &dst, int x, int y, uint32_t val) in writeUnorm8()
109 inline void writeUnorm8<4>(const tcu::PixelBufferAccess &dst, int x, int y, uint32_t val) in writeUnorm8()
/aosp_15_r20/external/blktrace/iowatcher/
H A Dplot.c152 char *color, char *label) in alloc_dot_data()
726 u64 val = *max; in scale_line_graph_bytes() local
746 u64 val = *max; in scale_line_graph_time() local
785 int svg_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int th… in svg_line_graph()
788 double val; in svg_line_graph() local
870 static void svg_add_io(int fd, double row, double col, double width, double height, char *color) in svg_add_io()
967 static int add_plot_history(struct pid_plot_history *pph, double val) in add_plot_history()
986 unsigned char val; in svg_io_graph_movie() local
1025 unsigned char val; in svg_io_graph() local
1090 void svg_add_legend(struct plot *plot, char *text, char *extra, char *color) in svg_add_legend()
H A Dmain.c577 static struct pid_plot_history *alloc_pid_plot_history(char *color) in alloc_pid_plot_history()
780 u64 max = 0, val; in plot_tput() local
843 u64 max = 0, val; in plot_fio_tput() local
897 char *color; in plot_cpu() local
962 double val; in plot_cpu() local
997 u64 max = 0, val; in plot_queue_depth() local
1208 u64 max = 0, val; in plot_latency() local
1255 u64 max = 0, val; in plot_iops() local
/aosp_15_r20/external/freetype/src/truetype/
H A Dttinterp.c1872 FT_Int color ) in Round_None()
1875 FT_F26Dot6 val; in Round_None() local
1915 FT_Int color ) in Round_To_Grid()
1918 FT_F26Dot6 val; in Round_To_Grid() local
1960 FT_Int color ) in Round_To_Half_Grid()
1963 FT_F26Dot6 val; in Round_To_Half_Grid() local
2007 FT_Int color ) in Round_Down_To_Grid()
2010 FT_F26Dot6 val; in Round_Down_To_Grid() local
2051 FT_Int color ) in Round_Up_To_Grid()
2054 FT_F26Dot6 val; in Round_Up_To_Grid() local
[all …]
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h80 uint32_t val = (offset < mDataWritten) ? mData[offset] : 0; in getCommand() local
328 void setLayerColor(IComposerClient::Color color) { in setLayerColor()
464 void write(uint32_t val) { mData[mDataWritten++] = val; } in write()
466 void writeSigned(int32_t val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeSigned()
468 void writeFloat(float val) { memcpy(&mData[mDataWritten++], &val, sizeof(val)); } in writeFloat()
470 void write64(uint64_t val) { in write64()
497 void writeColor(const IComposerClient::Color& color) { in writeColor()
647 uint32_t val = read(); in beginCommandBase() local
688 int32_t val; in readSigned() local
694 float val; in readFloat() local
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_blend_equation_advanced.c239 nir_variable *color, in set_lum()
277 nir_variable *color, in set_lum_sat()
368 nir_def *val = NULL; in calc_blend_result() local
457 …nir_def *val = nir_fadd(b, nir_fadd(b, nir_load_var(b, p0), nir_load_var(b, p1)), nir_load_var(b, … in calc_blend_result() local
573 nir_def *val = swizzle(&b, nir_load_var(&b, result_dest), i, 1); in gl_nir_lower_blend_equation_advanced() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_media_fill.c67 int width, int height, int stride, uint8_t color) in scratch_buf_init()
89 uint8_t color) in scratch_buf_check()
91 uint8_t val; in scratch_buf_check() local
H A Dgem_gpgpu_fill.c64 int width, int height, int stride, uint8_t color) in scratch_buf_init()
86 uint8_t color) in scratch_buf_check()
88 uint8_t val; in scratch_buf_check() local
H A Dgem_render_copy_redux.c95 int width, int height, int stride, uint32_t color) in scratch_buf_init()
123 uint32_t color) in scratch_buf_check()
125 uint32_t val; in scratch_buf_check() local
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_color.cpp98 absl::optional<WideString> val = in GetValue() local
104 absl::optional<WideString> val = in GetValueOrDefault() local
109 void CXFA_Color::SetValue(FX_ARGB color) { in SetValue()
/aosp_15_r20/external/skia/src/svg/
H A DSkSVGDevice.cpp74 static SkString svg_color(SkColor color) { in svg_color()
123 static SkScalar svg_opacity(SkColor color) { in svg_opacity()
312 void addAttribute(const char name[], const char val[]) { in addAttribute()
316 void addAttribute(const char name[], const SkString& val) { in addAttribute()
320 void addAttribute(const char name[], int32_t val) { in addAttribute()
324 void addAttribute(const char name[], SkScalar val) { in addAttribute()
646 SkColor color = info.fColors[i]; in addLinearGradientDef() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
H A DPaintBundle.java145 private static String colorInt(int color) { in colorInt()
151 private static String colorInt(@NonNull int[] color) { in colorInt()
279 int color = array[ret++]; in callRegisterGradient() local
309 int color = array[ret++]; in callRegisterGradient() local
334 int color = array[ret++]; in callRegisterGradient() local
722 public void setColorFilter(int color, int mode) { in setColorFilter()
734 public void setColorFilterId(int color, int mode) { in setColorFilterId()
790 public void setColor(int color) { in setColor()
806 int color = (a << 24) | (r << 16) | (g << 8) | b; in setColor() local
827 public void setColorId(int color) { in setColorId()
[all …]
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
H A DHorizontalBarChartRenderer.java213 float val = entry.getY(); in drawValues() local
267 int color = dataSet.getValueTextColor(index); in drawValues() local
284 float val = entry.getY(); in drawValues() local
355 final float val = vals[k / 2]; in drawValues() local
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DRoundScrollbarRenderer.java215 private static float clamp(float val, float min, float max) { in clamp()
223 private static int applyAlpha(int color, float alpha) { in applyAlpha()
229 int color = applyAlpha(DEFAULT_THUMB_COLOR, alpha); in applyThumbColor() local
236 int color = applyAlpha(DEFAULT_TRACK_COLOR, alpha); in applyTrackColor() local
/aosp_15_r20/external/swiftshader/third_party/marl/examples/
H A Dfractal.cpp94 auto put1 = [&](uint8_t val) { ok = ok && fwrite(&val, 1, 1, file) == 1; }; in writeBMP()
95 auto put2 = [&](uint16_t val) { put1(static_cast<uint8_t>(val)); in writeBMP()
97 auto put4 = [&](uint32_t val) { put2(static_cast<uint16_t>(val)); in writeBMP()
178 Color<float> color = {}; in main() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c55 uint8_t *color, in linear_fallback()
83 uint8_t *color, in lp_fs_linear_run()
109 float val = state->jit_resources.constants[0].f[i]; in lp_fs_linear_run() local
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/
H A Dmipi.c131 int val; in rk_mipi_dsi_wait_phy_lock() local
145 int i, vco, val; in rk_mipi_dsi_phy_init() local
359 u32 color = 0; in rk_mipi_dsi_dpi_config() local
540 int val; in rk_mipi_dsi_check_fifo() local
554 int val; in rk_mipi_dsi_gen_pkt_hdr_write() local
579 u32 val; in rk_mipi_dsi_dcs_cmd() local
620 u32 val; in rk_mipi_dsi_write() local
/aosp_15_r20/external/skia/src/opts/
H A DSkBlitRow_opts.h123 __m256i val = __lasx_xvreplgr2vr_w(256); in SkPMSrcOver_LASX() local
144 __m128i val = __lsx_vreplgr2vr_w(256); in SkPMSrcOver_LSX() local
243 inline void blit_row_color32(SkPMColor* dst, int count, SkPMColor color) { in blit_row_color32()
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Drnnutil.c115 rnn_regname(struct rnn *rnn, uint32_t regbase, int color) in rnn_regname()
148 rnn_enumname(struct rnn *rnn, const char *name, uint32_t val) in rnn_enumname()
199 union rnndecval *val) in rnn_decodelem()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h159 GLfloat color[4] = { 0.2f, 0.2f, 0.2f, 1.0f }; member
181 GLfloat color[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; member
226 GLVal val; member
/aosp_15_r20/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp265 uint32_t val; in hwcTestParseDim() local
307 ColorFract color; in hwcTestParseColor() local
545 uint32_t hwcTestColor2Pixel(uint32_t format, ColorFract color, float alpha) in hwcTestColor2Pixel()
653 void hwcTestFillColor(GraphicBuffer *gBuf, ColorFract color, float alpha) in hwcTestFillColor()
707 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1()) in hwcTestFillColorHBlend() local
793 ColorFract& color) in hwcTestColorConvert()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDtraceview.jar ... { final synthetic com.android.traceview.TimeBase val$timeBase final synthetic com.android.traceview. ...
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java110 public void setPackage(String val) { setType(PAK, val); } in setPackage()
111 public void setClassName(String val) { setType(CLS, val); } in setClassName()
112 public void setName(String val) { setType(NAM, val); } in setName()
113 public void setSignature(String val) { setType(SIG, val); } in setSignature()
114 public void setExceptions(String val) { setType(EXC, val); } in setExceptions()
177 int val = (info >>> shifts[typ]) & masks[typ]; in get() local
186 public void setType(int typ, int val) { in setType()
200 private void setType(int typ, String val) { in setType()
473 String color = null; in format() local
493 int val = getVal(CAT); in format() local
[all …]

12345678910>>...41