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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 24 // typedef ... OutputType: the type produced by this conversion
31 typedef T OutputType;
44 typedef ToT OutputType;
57 typedef T OutputType;
70 typedef float OutputType;
96 typedef float OutputType;
156 typedef typename Converter::OutputType OutputType;
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 *out
    [all...]
  /external/webkit/Source/WebCore/html/
AsyncImageResizer.h 65 enum OutputType {
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/llvm/tools/bugpoint/
ExecutionDriver.cpp 27 // OutputType - Allow the user to specify the way code should be run, to test
30 enum OutputType {
42 cl::opt<OutputType>
63 cl::opt<OutputType>
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
AdditionalTextOutput.java 35 private enum OutputType {
41 StringBuilder[] mOutputs = new StringBuilder[OutputType.values().length];
43 private StringBuilder getStringBuilderForType(OutputType outputType) {
44 int index = outputType.ordinal();
52 StringBuilder output = getStringBuilderForType(OutputType.EXCEEDED_DB_QUOTA_MESSAGE);
77 StringBuilder output = getStringBuilderForType(OutputType.CONSOLE_MESSAGE);
84 StringBuilder output = getStringBuilderForType(OutputType.JS_DIALOG);
92 StringBuilder output = getStringBuilderForType(OutputType.JS_DIALOG);
100 StringBuilder output = getStringBuilderForType(OutputType.JS_DIALOG)
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 88 FileType OutputType;
115 OutputType = FT_Asm;
180 unsigned OutputType = StringSwitch<unsigned>(Name)
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 == AssemblerInvocation::FT_Obj &
    [all...]
  /frameworks/compile/slang/
slang.h 65 enum OutputType {
136 OutputType mOT;
166 OutputType OT);
193 void setOutputType(OutputType OT) { mOT = OT; }
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 58 milliseconds