Searched refs:OutputType (Results 1 - 13 of 13) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/google/
H A Dvcencoder.h189 template<class OutputType>
190 bool StartEncoding(OutputType* output) {
191 OutputString<OutputType> output_string(output);
204 template<class OutputType>
205 bool EncodeChunk(const char* data, size_t len, OutputType* output) {
206 OutputString<OutputType> output_string(output);
219 template<class OutputType>
220 bool FinishEncoding(OutputType* output) {
221 OutputString<OutputType> output_string(output);
272 template<class OutputType>
[all...]
H A Dvcdecoder.h81 template<class OutputType>
82 bool DecodeChunk(const char* data, size_t len, OutputType* output) {
83 OutputString<OutputType> output_string(output);
156 template<class OutputType>
160 OutputType* target) {
161 OutputString<OutputType> output_string(target);
/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/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 DImageResizerThread.h45 static bool start(PassRefPtr<SharedBuffer> imageData, AsyncImageResizer::CallbackInfo*, AsyncImageResizer::OutputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption, AsyncImageResizer::OrientationOption);
49 ImageResizerThread(AsyncImageResizer::CallbackInfo*, AsyncImageResizer::OutputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption, AsyncImageResizer::OrientationOption);
59 AsyncImageResizer::OutputType m_outputType;
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;
H A DAsyncImageResizer.cpp43 PassRefPtr<AsyncImageResizer> AsyncImageResizer::create(CachedImage* cachedImage, OutputType outputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, OrientationOption orientationOption)
48 AsyncImageResizer::AsyncImageResizer(CachedImage* cachedImage, OutputType outputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, OrientationOption orientationOption)
H A DImageResizerThread.cpp53 bool ImageResizerThread::start(PassRefPtr<SharedBuffer> imageData, AsyncImageResizer::CallbackInfo* callbackInfo, AsyncImageResizer::OutputType outputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption aspectRatioOption, AsyncImageResizer::OrientationOption orientationOption)
65 ImageResizerThread::ImageResizerThread(AsyncImageResizer::CallbackInfo* callbackInfo, AsyncImageResizer::OutputType outputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption aspectRatioOption, AsyncImageResizer::OrientationOption orientationOption)
/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/clang/include/clang/Driver/
H A DAction.h140 PreprocessJobAction(Action *Input, types::ID OutputType);
150 PrecompileJobAction(Action *Input, types::ID OutputType);
160 AnalyzeJobAction(Action *Input, types::ID OutputType);
170 CompileJobAction(Action *Input, types::ID OutputType);
180 AssembleJobAction(Action *Input, types::ID OutputType);
/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 317 milliseconds