Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSetupProcessor.cpp107 for(int component = 0; component < 4; component++) in update() local
127 for(int component = 0; component < 4; component++) in update() local
162 for(int component = 0; component < 4; component++) in update() local
188 for(int component = 0; component < 4; component++) in update() local
201 for(int component = 0; component < 4; component++) in update() local
DContext.cpp550 bool Context::texCoordActive(int coordinate, int component) in texCoordActive()
618 bool Context::isProjectionComponent(unsigned int coordinate, int component) in isProjectionComponent()
1208 bool Context::diffuseUsed(int component) in diffuseUsed()
1256 bool Context::diffuseActive(int component) in diffuseActive()
1290 bool Context::specularUsed(int component) in specularUsed()
1319 bool Context::specularActive(int component) in specularActive()
1344 bool Context::colorActive(int color, int component) in colorActive()
1374 bool Context::textureActive(int coordinate, int component) in textureActive()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dnicetransport.c57 _gst_component_to_nice (GstWebRTCICEComponent component) in _gst_component_to_nice()
71 _nice_component_to_gst (NiceComponentType component) in _nice_component_to_gst()
152 NiceComponentType component, NiceCandidate * lcandidate, in _on_new_selected_pair()
171 NiceComponentType component, NiceComponentState state, in _on_component_state_changed()
197 NiceComponentType component = _gst_component_to_nice (ice->component); in gst_webrtc_nice_transport_constructed() local
260 GstWebRTCICEComponent component) in gst_webrtc_nice_transport_new()
/third_party/boost/tools/boost_install/test/python/
DCMakeLists.txt23 set(component python) variable
27 set(component ${USE_PYTHON_COMPONENT}) variable
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_input_facet.cpp19 bool failure_test(temporal_type component, in failure_test()
46 bool failure_test(temporal_type& component, in failure_test()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.cpp75 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setWorkgroupBuiltins() local
83 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setWorkgroupBuiltins() local
91 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setWorkgroupBuiltins() local
157 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setSubgroupBuiltins() local
165 for(uint32_t component = 0; component < builtin.SizeInComponents; component++) in setSubgroupBuiltins() local
/third_party/boost/libs/date_time/test/local_time/
Dtestlocal_time_input_facet.cpp16 bool failure_test(temporal_type component, in failure_test()
43 bool failure_test(temporal_type component, in failure_test()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLBlend.cpp23 char component = kComponents[i]; in hard_light() local
42 const char component) { in color_dodge_component()
72 const char component) { in color_burn_component()
99 const char component) { in soft_light_component_pos_dst_alpha()
/third_party/mingw-w64/mingw-w64-headers/include/
Dksdebug.h103 # define _DbgPrintFEx(component, lvl, strings) { \ argument
131 #define _DbgPrintFEx(component, lvl, strings) argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_composite_construct.cpp30 uint32_t composite_type_id, std::vector<uint32_t> component, in TransformationCompositeConstruct()
90 for (auto component : message_.component()) { in IsApplicable() local
291 for (auto component : message_.component()) { in AddDataSynonymFacts() local
Dtransformation_vector_shuffle.cpp30 const std::vector<uint32_t>& component) { in TransformationVectorShuffle()
188 uint32_t component = message_.component(component_index); in AddDataSynonymFacts() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_composite_construct.cpp30 uint32_t composite_type_id, std::vector<uint32_t> component, in TransformationCompositeConstruct()
90 for (auto component : message_.component()) { in IsApplicable() local
291 for (auto component : message_.component()) { in AddDataSynonymFacts() local
Dtransformation_vector_shuffle.cpp30 const std::vector<uint32_t>& component) { in TransformationVectorShuffle()
188 uint32_t component = message_.component(component_index); in AddDataSynonymFacts() local
/third_party/boost/libs/graph/example/
Dmake_connected.cpp37 std::vector< graph_traits< graph >::vertices_size_type > component( in main() local
Dcc-internet.cpp29 std::vector< int > component(num_vertices(g)); in main() local
Dconnected_components.cpp51 std::vector< int > component(num_vertices(G)); in main() local
Dscc.cpp30 std::map< vertex_t, int > component; in main() local
Dstrong_components.cpp67 std::vector< int > component(num_vertices(G)), in main() local
Dmake_biconnected_planar.cpp66 component_map_t component(component_storage.begin(), get(edge_index, g)); in main() local
/third_party/flutter/skia/include/core/
DSkUnPreMultiply.h45 static U8CPU ApplyScale(Scale scale, U8CPU component) { in ApplyScale()
/third_party/skia/include/core/
DSkUnPreMultiply.h45 static U8CPU ApplyScale(Scale scale, U8CPU component) { in ApplyScale()
/third_party/ffmpeg/libavcodec/
Dmpeg12.h41 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
/third_party/typescript/tests/baselines/reference/
DtsxUnionSpread.js20 var component = <AnimalComponent {...props} /> variable
/third_party/flutter/engine/flutter/fml/
Dpaths.cc18 for (const auto& component : components) { in JoinPaths() local
/third_party/skia/src/sksl/ir/
DSkSLSwizzle.cpp76 static char mask_char(int8_t component) { in mask_char()
102 for (int8_t component : components) { in mask_string() local
447 SkASSERT(std::all_of(components.begin(), components.end(), [](int8_t component) { in Make()

12345678910>>...13