OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
94
FileType
OutputType
;
121
OutputType
= FT_Asm;
186
unsigned
OutputType
= StringSwitch<unsigned>(Name)
191
if (
OutputType
== ~0U)
195
Opts.
OutputType
= FileType(
OutputType
);
267
bool IsBinary = Opts.
OutputType
== AssemblerInvocation::FT_Obj;
299
if (Opts.
OutputType
== AssemblerInvocation::FT_Asm) {
312
} else if (Opts.
OutputType
== AssemblerInvocation::FT_Null) {
315
assert(Opts.
OutputType
== AssemblerInvocation::FT_Obj &
[
all
...]
/frameworks/compile/slang/
slang.h
72
}
OutputType
;
123
OutputType
mOT;
152
OutputType
OT);
175
inline void setOutputType(
OutputType
OT) { mOT = OT; }
/external/clang/lib/CodeGen/
CGStmt.cpp
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
Completed in 183 milliseconds