Searched defs:gather (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrPictureUtils.cpp171 // All information gathered during the gather process is stored here
213 // canvas.gather();
223 void gather() { function in class:GrGatherCanvas
251 // BBH-based rendering doesn't re-issue many of the operations the gather
278 canvas.gather();
/external/chromium_org/tools/grit/grit/node/
H A Dstructure.py18 import grit.gather.admin_template namespace
19 import grit.gather.chrome_html namespace
20 import grit.gather.chrome_scaled_image namespace
21 import grit.gather.igoogle_strings namespace
22 import grit.gather.muppet_strings namespace
23 import grit.gather.policy_json namespace
24 import grit.gather.rc namespace
25 import grit.gather.tr_html namespace
26 import grit.gather.txt namespace
33 'accelerators' : grit.gather
[all...]
/external/chromium_org/tools/grit/grit/
H A Dtest_suite_all.py55 import grit.gather.admin_template_unittest namespace
56 import grit.gather.chrome_html_unittest namespace
57 import grit.gather.chrome_scaled_image_unittest namespace
58 import grit.gather.igoogle_strings_unittest namespace
59 import grit.gather.muppet_strings_unittest namespace
60 import grit.gather.policy_json_unittest namespace
61 import grit.gather.rc_unittest namespace
62 import grit.gather.tr_html_unittest namespace
63 import grit.gather.txt_unittest namespace
123 grit.gather
[all...]
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/bn/
H A Dx86_64-mont5.S1793 jmp L$gather
1795 L$gather:
1813 jnz L$gather
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp155 void gather(Instruction *, const ValueVector &);
285 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { function in class:Scalarizer
379 gather(&I, Res);
409 gather(&SI, Res);
454 gather(&GEPI, Res);
472 gather(&CI, Res);
527 gather(&BCI, Res);
551 gather(&SVI, Res);
576 gather(&PHI, Res);
599 gather(
[all...]
/external/deqp/framework/common/
H A DtcuTexture.hpp687 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
719 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
746 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const function in class:tcu::TextureCube
748 return m_view.gather(sampler, s, t, r, componentNdx);

Completed in 3379 milliseconds