Searched defs:OutputType (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Driver/
H A DAction.cpp57 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) argument
58 : JobAction(PreprocessJobClass, Input, OutputType) {
61 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) argument
62 : JobAction(PrecompileJobClass, Input, OutputType) {
65 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) argument
66 : JobAction(AnalyzeJobClass, Input, OutputType) {
69 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) argument
70 : JobAction(CompileJobClass, Input, OutputType) {
73 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) argument
74 : JobAction(AssembleJobClass, Input, OutputType) {
[all...]
/external/webkit/Source/WebCore/html/
H A DAsyncImageResizer.h65 enum OutputType { enum in class:WebCore::AsyncImageResizer
80 static PassRefPtr<AsyncImageResizer> create(CachedImage*, OutputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption, OrientationOption);
89 AsyncImageResizer(CachedImage*, OutputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption, OrientationOption);
97 OutputType m_outputType;
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A Dvertexconversion.h24 // typedef ... OutputType: the type produced by this conversion
31 typedef T OutputType; typedef in struct:gl::Identity
44 typedef ToT OutputType; typedef in struct:gl::Cast
57 typedef T OutputType; typedef in struct:gl::Cast
70 typedef float OutputType; typedef in struct:gl::Normalize
96 typedef float OutputType; typedef in struct:gl::FixedToFloat
156 typedef typename Converter::OutputType OutputType; typedef in struct:gl::VertexDataConverter
160 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType);
162 static void convertArray(const InputType *in, std::size_t stride, std::size_t n, OutputType *ou
[all...]
/external/clang/tools/driver/
H A Dcc1as_main.cpp88 FileType OutputType; member in struct:__anon3859::AssemblerInvocation
115 OutputType = FT_Asm;
180 unsigned OutputType = StringSwitch<unsigned>(Name) local
185 if (OutputType == ~0U)
189 Opts.OutputType = FileType(OutputType);
262 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
284 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
299 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
302 assert(Opts.OutputType
[all...]
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp27 // OutputType - Allow the user to specify the way code should be run, to test
30 enum OutputType { enum in namespace:__anon7120
42 cl::opt<OutputType>
63 cl::opt<OutputType>
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1467 QualType OutputType = OutExpr->getType(); local
1470 if (getContext().getTypeSize(OutputType) < InputSize) {
1532 QualType OutputType = S.getOutputExpr(Output)->getType(); local
1535 if (getContext().getTypeSize(OutputType) >
1540 llvm::Type *OutputTy = ConvertType(OutputType);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1846 GLenum OutputType; /**< GL_POINTS, GL_LINE_STRIP or GL_TRIANGLE_STRIP */ member in struct:gl_geometry_program
2120 // GLenum OutputType; /**< GL_POINTS, GL_LINE_STRIP or GL_TRIANGLE_STRIP */

Completed in 197 milliseconds