Home
last modified time | relevance | path

Searched defs:translate (Results 1 – 25 of 180) sorted by relevance

12345678

/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate.h117 struct translate { struct
118 struct translate_key key; argument
120 void (*release)( struct translate * ); argument
122 void (*set_buffer)( struct translate *, argument
136 struct translate *translate_create( const struct translate_key *key ); argument
Dtranslate_generic.c48 struct translate translate; member
83 translate_generic(struct translate *translate) in translate_generic()
655 generic_run_elts(struct translate *translate, in generic_run_elts()
673 generic_run_elts16(struct translate *translate, in generic_run_elts16()
691 generic_run_elts8(struct translate *translate, in generic_run_elts8()
709 generic_run(struct translate *translate, in generic_run()
729 generic_set_buffer(struct translate *translate, in generic_set_buffer()
750 generic_release(struct translate *translate) in generic_release()
Dtranslate.c39 struct translate *translate = NULL; in translate_create() local
/third_party/boost/boost/iostreams/detail/
Dtranslate_int_type.hpp42 translate(typename SourceTr::int_type c) { return c; } in translate() function
51 translate(typename SourceTr::int_type c) in translate() function
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c41 struct translate *translate; member
149 struct translate *translate = fetch->translate; in draw_pt_fetch_run() local
177 struct translate *translate = fetch->translate; in draw_pt_fetch_run_linear() local
Ddraw_pt_emit.c41 struct translate *translate; member
146 struct translate *translate = emit->translate; in draw_pt_emit() local
220 struct translate *translate = emit->translate; in draw_pt_emit_linear() local
/third_party/skia/experimental/sorttoy/
DFake.h35 void translate(SkIPoint trans) { in translate() function
113 void translate(SkIPoint trans) { in translate() function
211 void translate(SkIPoint trans) { in translate() function
256 void translate(SkIPoint trans) { in translate() function
/third_party/boost/boost/locale/
Dmessage.hpp537 inline basic_message<CharType> translate(CharType const *msg) in translate() function
545 inline basic_message<CharType> translate( CharType const *context, in translate() function
554 inline basic_message<CharType> translate( CharType const *single, in translate() function
564 inline basic_message<CharType> translate( CharType const *context, in translate() function
576 inline basic_message<CharType> translate(std::basic_string<CharType> const &msg) in translate() function
585 inline basic_message<CharType> translate( std::basic_string<CharType> const &context, in translate() function
594 inline basic_message<CharType> translate( std::basic_string<CharType> const &context, in translate() function
607 inline basic_message<CharType> translate( std::basic_string<CharType> const &single, in translate() function
/third_party/boost/boost/python/
Dexception_translator.hpp19 void register_exception_translator(Translate translate, boost::type<ExceptionType>* = 0) in register_exception_translator()
/third_party/boost/libs/python/test/
Dexception_translator.cpp10 void translate(error const& /*e*/) in translate() function
/third_party/libnl/doc/
Ddoxygen-link.py36 def translate(match): function
Dresolve-asciidoc-refs.py17 def translate(match): function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTranslatorASM.cpp23 bool TranslatorASM::translate(TIntermNode* root) in translate() function in TranslatorASM
/third_party/boost/boost/regex/v4/
Dc_regex_traits.hpp68 char translate(char c) const in translate() function
113 wchar_t translate(wchar_t c) const in translate() function
162 unsigned short translate(unsigned short c) const in translate() function
Dregex_traits.hpp116 char_type translate(char_type c, bool icase)const in translate() function
120 char_type translate(char_type c)const in translate() function
/third_party/boost/libs/geometry/example/
D06_a_transformation_example.cpp32 strategy::transform::translate_transformer<double, 2, 2> translate(5, 5); in BOOST_GEOMETRY_REGISTER_C_ARRAY_CS() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_viewport.c59 float *translate = st->state.viewport[i].translate; in st_update_viewport() local
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dtransform_with_strategy.cpp28 trans::translate_transformer<double, 2, 2> translate(1.5, 1.5); in main() local
/third_party/flutter/engine/flutter/flow/
Dmatrix_decomposition_unittests.cc49 const auto translate = 125.0; in TEST() local
63 const auto translate = 125.0; in TEST() local
/third_party/node/deps/npm/node_modules/tiny-relative-date/src/
Dfactory.js25 const translate = (translatePhrase, timeValue) => { function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtransform.inl7 GLM_FUNC_QUALIFIER tmat4x4<T, P> translate(tvec3<T, P> const & v) function
/third_party/node/deps/npm/node_modules/tiny-relative-date/lib/
Dfactory.js35 var translate = function translate(translatePhrase, timeValue) { function
/third_party/boost/boost/xpressive/detail/utility/
Dtraits_utils.hpp128 inline Char translate(Char ch, Traits const &tr, mpl::false_) // case-sensitive in translate() function
134 inline Char translate(Char ch, Traits const &tr, mpl::true_) // case-insensitive in translate() function
/third_party/skia/src/core/
DSkDrawShadowInfo.h59 SkScalar* blurRadius, SkScalar* scale, SkVector* translate) { in GetSpotParams()
68 SkScalar* blurRadius, SkScalar* scale, SkVector* translate) { in GetDirectionalParams()
/third_party/python/Lib/
Dfnmatch.py80 def translate(pat): function

12345678