Home
last modified time | relevance | path

Searched defs:mode (Results 2076 - 2100 of 10218) sorted by relevance

1...<<81828384858687888990>>...409

/third_party/skia/gm/
H A Dxfermodes.cpp134 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) { in draw_mode() argument
H A Dxfermodes3.cpp81 SkBlendMode mode = static_cast<SkBlendMode>(m); variable
H A Dlumafilter.cpp52 static void draw_scene(SkCanvas* canvas, const sk_sp<SkColorFilter>& filter, SkBlendMode mode, in draw_scene() argument
/third_party/skia/include/core/
H A DSkVertices.h45 static sk_sp<SkVertices> MakeCopy(VertexMode mode, int vertexCount, in MakeCopy() argument
/third_party/skia/modules/sksg/src/
H A DSkSGColorFilter.cpp63 ModeColorFilter::ModeColorFilter(sk_sp<RenderNode> child, sk_sp<Color> color, SkBlendMode mode) in ModeColorFilter() argument
56 Make(sk_sp<RenderNode> child, sk_sp<Color> color, SkBlendMode mode) Make() argument
H A DSkSGRenderEffect.cpp205 sk_sp<BlendModeEffect> BlendModeEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() argument
210 BlendModeEffect::BlendModeEffect(sk_sp<RenderNode> child, SkBlendMode mode) in BlendModeEffect() argument
227 sk_sp<LayerEffect> LayerEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() argument
232 LayerEffect::LayerEffect(sk_sp<RenderNode> child, SkBlendMode mode) in LayerEffect() argument
/third_party/skia/fuzz/
H A DFuzzGradients.cpp116 SkTileMode mode; in fuzzLinearGradient() local
28 initGradientParams(Fuzz* fuzz, std::vector<SkColor>* colors, std::vector<SkScalar>* pos, SkTileMode* mode) initGradientParams() argument
68 logLinearGradient(const SkPoint pts[2], const std::vector<SkColor>& colors, const std::vector<SkScalar> pos, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix, const SkMatrix* globalMatrix) logLinearGradient() argument
154 SkTileMode mode; fuzzRadialGradient() local
192 SkTileMode mode; fuzzTwoPointConicalGradient() local
226 SkTileMode mode; fuzzSweepGradient() local
[all...]
/third_party/skia/bench/
H A DRotatedRectBench.cpp74 RotRectBench(bool aa, ColorType ct, SkBlendMode mode, bool perspective = false) in RotRectBench() argument
H A DVertexColorSpaceBench.cpp38 static GrGeometryProcessor* Make(SkArenaAlloc* arena, Mode mode, in Make() argument
103 GP(Mode mode, sk_sp<GrColorSpaceXform> colorSpaceXform) in GP() argument
145 Op(const SkColor4f& color4f, Mode mode) in Op() argument
/third_party/selinux/libsepol/tests/
H A Dtest-common.c153 void test_alias_datum(policydb_t * p, const char *id, const char *primary_id, char mode, unsigned int flavor) in test_alias_datum() argument
/third_party/spirv-tools/test/val/
H A Dval_image_test.cpp4804 const std::string mode = R"( in TEST_F() local
4921 const std::string mode = R"( in TEST_F() local
4960 const std::string mode = R"( in TEST_F() local
4981 const std::string mode = R"( in TEST_F() local
[all...]
/third_party/spirv-tools/tools/
H A Dio.h130 OutputFile(const char* filename, const char* mode) : old_mode_(0) { in OutputFile() argument
168 bool WriteFile(const char* filename, const char* mode, cons argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderReturnTests.cpp62 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() argument
269 static const char* getReturnModeName (ReturnMode mode) in getReturnModeName() argument
282 static const char* getReturnModeDesc (ReturnMode mode) in getReturnModeDesc() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnetlink.c141 static const char * linkmode_str(int mode) in linkmode_str() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst.c217 enum mb_band_id fst_hw_mode_to_band(enum hostapd_hw_mode mode) in fst_hw_mode_to_band() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dop_classes.c19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan, in allow_channel() argument
43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_80mhz() argument
65 verify_80mhz(struct hostapd_hw_modes *mode, u8 channel) verify_80mhz() argument
100 get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel) get_center_160mhz() argument
122 verify_160mhz(struct hostapd_hw_modes *mode, u8 channel) verify_160mhz() argument
162 verify_channel(struct hostapd_hw_modes *mode, u8 channel, u8 bw) verify_channel() argument
216 struct hostapd_hw_modes *mode; wpas_op_class_supported() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_vht.c26 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_vht_capabilities() local
129 static int check_valid_vht_mcs(struct hostapd_hw_modes *mode, in check_valid_vht_mcs() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksServices.cpp87 auto mode = clear ? std::ios::binary : std::ios::binary | std::ios::app; in AppendFile() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSpinBarrier.cpp68 inline void wait (SpinBarrier::WaitMode mode) in wait() argument
163 void singleThreadTest (SpinBarrier::WaitMode mode) in singleThreadTest() argument
256 void singleThreadRemoveTest (SpinBarrier::WaitMode mode) in singleThreadRemoveTest() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderReturnTests.cpp67 static ShaderEvalFunc getEvalFunc (ReturnMode mode) in getEvalFunc() argument
294 static const char* getReturnModeName (ReturnMode mode) in getReturnModeName() argument
307 static const char* getReturnModeDesc (ReturnMode mode) in getReturnModeDesc() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_common.c145 int ht_supported(const struct hostapd_hw_modes *mode) in ht_supported() argument
163 int vht_supported(const struct hostapd_hw_modes *mode) in vht_supported() argument
H A Dnetlink.c141 static const char * linkmode_str(int mode) in linkmode_str() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst.c226 enum mb_band_id fst_hw_mode_to_band(enum hostapd_hw_mode mode) in fst_hw_mode_to_band() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_he.c51 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_capab() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRendererD3D.cpp160 bool InstancedPointSpritesActive(ProgramD3D *programD3D, gl::PrimitiveMode mode) in InstancedPointSpritesActive() argument

Completed in 20 milliseconds

1...<<81828384858687888990>>...409