HomeSort by relevance Sort by last modified time
    Searched defs:OutputType (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/media/filters/
decoder_stream_traits.h 26 typedef AudioBuffer OutputType;
31 typedef base::Callback<void(const scoped_refptr<OutputType>&)> OutputCB;
45 static scoped_refptr<OutputType> CreateEOSOutput();
50 typedef VideoFrame OutputType;
55 typedef base::Callback<void(const scoped_refptr<OutputType>&)> OutputCB;
69 static scoped_refptr<OutputType> CreateEOSOutput();
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
68 (Py_TYPE(O)==PycStringIO->OutputType)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cStringIO.h 60 PyTypeObject *InputType, *OutputType;
68 (Py_TYPE(O)==PycStringIO->OutputType)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 19 // typedef ... OutputType: the type produced by this conversion
26 typedef T OutputType;
39 typedef ToT OutputType;
52 typedef T OutputType;
65 typedef float OutputType;
91 typedef float OutputType;
151 typedef typename Converter::OutputType OutputType;
155 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType);
157 static void convertArray(const InputType *in, std::size_t stride, std::size_t n, OutputType *out
    [all...]
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 27 // OutputType - Allow the user to specify the way code should be run, to test
30 enum OutputType {
41 cl::opt<OutputType>
60 cl::opt<OutputType>
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 614 typedef Output OutputType;
667 typedef Output OutputType;
726 typedef Output OutputType;
792 typedef Output OutputType;
862 typename Dispatcher::OutputType>::StorageType>
870 return CompletionCallbackWithOutput<typename Dispatcher::OutputType>(
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp 44 typedef Element* OutputType;
46 ALWAYS_INLINE static void appendElement(OutputType& output, Element& element)
54 typedef WillBeHeapVector<RefPtrWillBeMember<Node> > OutputType;
56 ALWAYS_INLINE static void appendElement(OutputType& output, Node& element)
155 void SelectorDataList::collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType& output) const
167 void SelectorDataList::collectElementsByTagName(ContainerNode& rootNode, const QualifiedName& tagName, typename SelectorQueryTrait::OutputType& output) const
204 void SelectorDataList::findTraverseRootsAndExecute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
265 void SelectorDataList::executeForTraverseRoot(const CSSSelector& selector, ContainerNode* traverseRoot, MatchTraverseRootState matchTraverseRoot, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
286 void SelectorDataList::executeForTraverseRoots(const CSSSelector& selector, SimpleElementListType& traverseRoots, MatchTraverseRootState matchTraverseRoots, ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) const
316 bool SelectorDataList::selectorListMatches(ContainerNode& rootNode, Element& element, typename SelectorQueryTrait::OutputType& output) cons
    [all...]
  /external/chromium_org/tools/gn/
target.h 30 enum OutputType {
48 static const char* GetStringForOutputType(OutputType type);
55 OutputType output_type() const { return output_type_; }
56 void set_output_type(OutputType t) { output_type_ = t; }
167 OutputType output_type_;
  /external/clang/tools/driver/
cc1as_main.cpp 108 FileType OutputType;
135 OutputType = FT_Asm;
226 unsigned OutputType = StringSwitch<unsigned>(Name)
231 if (OutputType == ~0U) {
236 Opts.OutputType = FileType(OutputType);
315 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
358 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
372 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
375 assert(Opts.OutputType == AssemblerInvocation::FT_Obj &
    [all...]
  /frameworks/compile/slang/
slang.h 69 enum OutputType {
134 OutputType mOT;
164 OutputType OT);
193 void setOutputType(OutputType OT) { mOT = OT; }
  /external/deqp/modules/glshared/
glsDrawTest.hpp 76 enum OutputType
177 static std::string outputTypeToString (OutputType type);
188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
189 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
192 OutputType outputType;
glsVertexArrayTests.hpp 85 enum OutputType
144 static std::string outputTypeToString (OutputType type);
153 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
160 virtual OutputType getOutputType (void) const = 0;
175 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
183 virtual Array::OutputType getOutputType (void) const { return m_outputType; }
194 static std::string outputTypeToGLType (Array::OutputType type);
209 Array::OutputType m_outputType;
418 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool norma (…)
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 719 milliseconds