Home
last modified time | relevance | path

Searched refs:component (Results 1 – 24 of 24) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h263 explicit component_t(const pixel_t& rhs, int component) { in component_t()
265 rhs.format.c[component].l, in component_t()
266 rhs.format.c[component].h, in component_t()
374 const pixel_t& texel, int component);
378 const pixel_t& texel, int component);
382 const pixel_t& texel, int component, int tmu);
386 const pixel_t& texel, int component);
391 void extract(integer_t& d, const pixel_t& s, int component);
392 void extract(component_t& d, const pixel_t& s, int component);
397 void downshift(pixel_t& d, int component, component_t s, const reg_t& dither);
[all …]
Dblending.cpp34 int component, in build_fog() argument
37 if (mInfo[component].fog) { in build_fog()
49 immed12_pre(GGL_OFFSETOF(state.fog.color[component]))); in build_fog()
67 int component, in build_blending() argument
70 if (!mInfo[component].blend) in build_blending()
73 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending()
74 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in build_blending()
75 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) in build_blending()
124 extract(fb, pixel, component); in build_blending()
172 component, pixel, fragment, fb, scratches); in build_blending()
[all …]
DGGLAssembler.cpp458 int component, in build_component() argument
462 comment(comments[component]); in build_component()
466 const int dst_component_size = pixel.component_size(component); in build_component()
470 parts, component, scratches, regs); in build_component()
472 if (mInfo[component].inDest) { in build_component()
475 build_blending( temp, mDstPixel, component, scratches ); in build_component()
478 downshift(pixel, component, temp, parts.dither); in build_component()
486 int component, in build_incoming_component() argument
490 const uint32_t component_mask = 1<<component; in build_incoming_component()
493 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_incoming_component()
[all …]
Dload_store.cpp146 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() argument
149 s.format.c[component].h, in extract()
150 s.format.c[component].l, in extract()
154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() argument
158 s.format.c[component].h, in extract()
159 s.format.c[component].l, in extract()
233 pixel_t& d, int component, component_t s, const reg_t& dither) in downshift() argument
244 int dh = d.format.c[component].h; in downshift()
245 int dl = d.format.c[component].l; in downshift()
Dtexturing.cpp181 int component, in build_iterated_color() argument
186 if (!mInfo[component].iterated) in build_iterated_color()
191 extract(fragment, parts.iterated, component); in build_iterated_color()
202 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c); in build_iterated_color()
203 CONTEXT_LOAD(dx, generated_vars.argb[component].dx); in build_iterated_color()
205 CONTEXT_STORE(dx, generated_vars.argb[component].c); in build_iterated_color()
207 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c); in build_iterated_color()
213 fragment.reg = parts.argb[component].reg; in build_iterated_color()
216 if (mInfo[component].smooth && mAA) { in build_iterated_color()
980 int component, in build_texture_environment() argument
[all …]
/system/update_engine/payload_generator/
Dtarjan.cc68 vector<Vertex::Index> component; in Tarjan() local
73 component.push_back(other_vertex); in Tarjan()
76 if (utils::VectorContainsValue(component, required_vertex_)) { in Tarjan()
78 component.swap(components_.back()); in Tarjan()
/system/netd/server/
DInterfaceController.cpp86 inline bool isNormalPathComponent(const char *component) { in isNormalPathComponent() argument
87 return (strcmp(component, ".") != 0) && in isNormalPathComponent()
88 (strcmp(component, "..") != 0) && in isNormalPathComponent()
89 (strchr(component, '/') == nullptr); in isNormalPathComponent()
92 inline bool isAddressFamilyPathComponent(const char *component) { in isAddressFamilyPathComponent() argument
93 return strcmp(component, "ipv4") == 0 || strcmp(component, "ipv6") == 0; in isAddressFamilyPathComponent()
/system/core/libmemunreachable/
DTarjan.h118 SCC<T> component{components_.get_allocator()}; in Tarjan()
123 component.push_back(other_vertex); in Tarjan()
126 components_.emplace_back(component); in Tarjan()
/system/update_engine/update_manager/
Dupdate_manager.conf.example1 # Configuration file for the update-manager component of update_engine.
/system/core/libsystem/include/system/
Dgraphics.h150 android_flex_component_t component; member
/system/tools/hidl/utils/
DStringHelper.cpp225 for (const auto &component : components) { in JoinStrings() local
229 out += component; in JoinStrings()
/system/extras/ioshark/
DREADME8 compiler runs on a Linux host. The second component (which runs on the
/system/tools/hidl/
DgenerateCpp.cpp104 for (const auto &component : components) { in generateCppPackageInclude() local
105 out << component << "/"; in generateCppPackageInclude()
118 for (const auto &component : packageComponents) { in enterLeaveNamespace() local
119 out << "namespace " << component << " {\n"; in enterLeaveNamespace()
/system/sepolicy/tools/sepolicy-analyze/
DREADME2 A component-ized tool for performing various kinds of analysis on a
/system/sepolicy/prebuilts/api/26.0/private/
Dapp_neverallows.te94 # No untrusted component should be touching /dev/fuse
/system/sepolicy/private/
Dapp_neverallows.te99 # No untrusted component should be touching /dev/fuse
/system/update_engine/
Dupdate_engine.gyp128 # The payload application component and common dependencies.
/system/sepolicy/tools/fc_sort/
DNOTICE163 operating system on which the executable runs, unless that component
/system/extras/simpleperf/
DREADME.md111 Modern CPUs have a hardware component called the performance monitoring unit
/system/tpm/trunks/generator/
Draw_structures.txt1475 brackets may be either an integer value such as “[20]” or the name of a component of the same struc…
11851 Clock will be non-volatile but may have a volatile component that is updated every millisecond with…
11852 non-volatile component updated at a lower rate. If the implementation uses a volatile component, th…
11853 volatile component shall be updated no less frequently than every 2 milliseconds (~69.9 minutes). T…
16021 changes to the component values will invalidate the context and prevent it from being loaded.
Draw_structures_fixed.txt1475 brackets may be either an integer value such as “[20]” or the name of a component of the same struc…
11887 Clock will be non-volatile but may have a volatile component that is updated every millisecond with…
11888 non-volatile component updated at a lower rate. If the implementation uses a volatile component, th…
11889 volatile component shall be updated no less frequently than every 2 milliseconds (~69.9 minutes). T…
16012 changes to the component values will invalidate the context and prevent it from being loaded.
/system/media/audio_utils/
DDoxyfile1103 # luminance component of the colors in the HTML output. Values below 100
DDoxyfile.orig1103 # luminance component of the colors in the HTML output. Values below 100
/system/chre/chre_api/doc/
DDoxyfile1146 # luminance component of the colors in the HTML output. Values below 100