Home
last modified time | relevance | path

Searched full:bool (Results 1 – 25 of 11228) sorted by relevance

12345678910>>...450

/external/swiftshader/src/D3D9/
DCapabilities.hpp47 static bool NULL_;
48 static bool R8G8B8;
49 static bool R5G6B5;
50 static bool X1R5G5B5;
51 static bool A1R5G5B5;
52 static bool A4R4G4B4;
53 static bool R3G3B2;
54 static bool A8R3G3B2;
55 static bool X4R4G4B4;
56 static bool A8R8G8B8;
[all …]
DCapabilities.cpp21 bool Capabilities::Surface::RenderTarget::NULL_ = true;
22 bool Capabilities::Surface::RenderTarget::R8G8B8 = false;
23 bool Capabilities::Surface::RenderTarget::R5G6B5 = true;
24 bool Capabilities::Surface::RenderTarget::X1R5G5B5 = true;
25 bool Capabilities::Surface::RenderTarget::A1R5G5B5 = true;
26 bool Capabilities::Surface::RenderTarget::A4R4G4B4 = true;
27 bool Capabilities::Surface::RenderTarget::R3G3B2 = false;
28 bool Capabilities::Surface::RenderTarget::A8R3G3B2 = false;
29 bool Capabilities::Surface::RenderTarget::X4R4G4B4 = true;
30 bool Capabilities::Surface::RenderTarget::A8R8G8B8 = true;
[all …]
/external/swiftshader/src/D3D8/
DCapabilities.hpp28 static bool R8G8B8;
29 static bool R5G6B5;
30 static bool X1R5G5B5;
31 static bool A1R5G5B5;
32 static bool A4R4G4B4;
33 static bool R3G3B2;
34 static bool A8R3G3B2;
35 static bool X4R4G4B4;
36 static bool A8R8G8B8;
37 static bool X8R8G8B8;
[all …]
DCapabilities.cpp21 bool Capabilities::Surface::RenderTarget::R8G8B8 = false;
22 bool Capabilities::Surface::RenderTarget::R5G6B5 = true;
23 bool Capabilities::Surface::RenderTarget::X1R5G5B5 = true;
24 bool Capabilities::Surface::RenderTarget::A1R5G5B5 = true;
25 bool Capabilities::Surface::RenderTarget::A4R4G4B4 = true;
26 bool Capabilities::Surface::RenderTarget::R3G3B2 = false;
27 bool Capabilities::Surface::RenderTarget::A8R3G3B2 = false;
28 bool Capabilities::Surface::RenderTarget::X4R4G4B4 = true;
29 bool Capabilities::Surface::RenderTarget::A8R8G8B8 = true;
30 bool Capabilities::Surface::RenderTarget::X8R8G8B8 = true;
[all …]
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
18 bool AdaptiveHeapRebalance = false {product}
29 bool AdjustConcurrency = false {product}
30 bool AggressiveOpts = false {product}
37 bool AllowJNIEnvProxy = false {product}
38 bool AllowParallelDefineClass = false {product}
39 bool AllowUserSignalHandlers = false {product}
[all …]
Djdk7-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
18 bool AdaptiveHeapRebalance = false {product}
29 bool AdjustConcurrency = false {product}
30 bool AggressiveOpts = false {product}
38 bool AllowJNIEnvProxy = false {product}
39 bool AllowParallelDefineClass = false {product}
40 bool AllowUserSignalHandlers = false {product}
[all …]
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h55 bool is_switch_innermost; // if switch stmt is closest to break, ...
59 glsl_compute_version_string(void *mem_ctx, bool is_es, unsigned version);
103 bool is_version(unsigned required_glsl_version, in is_version()
114 bool check_version(unsigned required_glsl_version,
118 bool check_arrays_of_arrays_allowed(YYLTYPE *locp) in check_arrays_of_arrays_allowed()
132 bool check_precision_qualifiers_allowed(YYLTYPE *locp) in check_precision_qualifiers_allowed()
138 bool check_bitwise_operations_allowed(YYLTYPE *locp) in check_bitwise_operations_allowed()
143 bool check_explicit_attrib_stream_allowed(YYLTYPE *locp) in check_explicit_attrib_stream_allowed()
156 bool check_explicit_attrib_location_allowed(YYLTYPE *locp, in check_explicit_attrib_location_allowed()
172 bool check_separate_shader_objects_allowed(YYLTYPE *locp, in check_separate_shader_objects_allowed()
[all …]
Dir_optimization.h80 bool do_common_optimization(exec_list *ir, bool linked,
81 bool uniform_locations_assigned,
83 bool native_integers);
85 bool ir_constant_fold(ir_rvalue **rvalue);
87 bool do_rebalance_tree(exec_list *instructions);
88 bool do_algebraic(exec_list *instructions, bool native_integers,
90 bool opt_conditional_discard(exec_list *instructions);
91 bool do_constant_folding(exec_list *instructions);
92 bool do_constant_variable(exec_list *instructions);
93 bool do_constant_variable_unlinked(exec_list *instructions);
[all …]
/external/boringssl/src/ssl/test/
Dtest_config.h24 bool is_server = false;
25 bool is_dtls = false;
28 bool fallback_scsv = false;
36 bool require_any_client_certificate = false;
39 bool false_start = false;
41 bool async = false;
42 bool write_different_record_sizes = false;
43 bool cbc_record_splitting = false;
44 bool partial_write = false;
45 bool no_tls13 = false;
[all …]
/external/llvm/lib/Target/X86/
DX86Subtarget.h75 bool HasX87;
79 bool HasCMov;
82 bool HasX86_64;
85 bool HasPOPCNT;
88 bool HasSSE4A;
91 bool HasAES;
94 bool HasFXSR;
97 bool HasXSAVE;
99 bool HasXSAVEOPT;
101 bool HasXSAVEC;
[all …]
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.h59 virtual bool visit(node &n, bool enter);
60 virtual bool visit(container_node &n, bool enter);
61 virtual bool visit(alu_group_node &n, bool enter);
62 virtual bool visit(cf_node &n, bool enter);
63 virtual bool visit(alu_node &n, bool enter);
64 virtual bool visit(alu_packed_node &n, bool enter);
65 virtual bool visit(fetch_node &n, bool enter);
66 virtual bool visit(region_node &n, bool enter);
67 virtual bool visit(repeat_node &n, bool enter);
68 virtual bool visit(depart_node &n, bool enter);
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.h49 int32_t GetAccess(bool bTemplate = false);
51 CXFA_Border GetBorder(bool bModified = false);
52 CXFA_Caption GetCaption(bool bModified = false);
53 CXFA_Font GetFont(bool bModified = false);
54 CXFA_Margin GetMargin(bool bModified = false);
55 CXFA_Para GetPara(bool bModified = false);
59 bool bIsFormReady = false);
60 CXFA_Value GetDefaultValue(bool bModified = false);
61 CXFA_Value GetFormValue(bool bModified = false);
62 CXFA_Calculate GetCalculate(bool bModified = false);
[all …]
Dxfa_object.h59 bool IsNode() const { in IsNode()
69 bool IsNodeList() const { return m_objectType == XFA_ObjectType::NodeList; } in IsNodeList()
70 bool IsContentNode() const { in IsContentNode()
73 bool IsContainerNode() const { in IsContainerNode()
76 bool IsModelNode() const { return m_objectType == XFA_ObjectType::ModelNode; } in IsModelNode()
77 bool IsNodeV() const { return m_objectType == XFA_ObjectType::NodeV; } in IsNodeV()
78 bool IsVariablesThis() const { in IsVariablesThis()
92 bool bSetting,
162 void SetFlag(uint32_t dwFlag, bool bNotify);
165 bool IsInitialized() const { return HasFlag(XFA_NodeFlag_Initialized); } in IsInitialized()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h90 bool HasMFOCRF;
91 bool Has64BitSupport;
92 bool Use64BitRegs;
93 bool UseCRBits;
94 bool UseSoftFloat;
95 bool IsPPC64;
96 bool HasAltivec;
97 bool HasSPE;
98 bool HasQPX;
99 bool HasVSX;
[all …]
/external/llvm/lib/Target/ARM/
DARMSubtarget.h87 bool HasV4TOps = false;
88 bool HasV5TOps = false;
89 bool HasV5TEOps = false;
90 bool HasV6Ops = false;
91 bool HasV6MOps = false;
92 bool HasV6KOps = false;
93 bool HasV6T2Ops = false;
94 bool HasV7Ops = false;
95 bool HasV8Ops = false;
96 bool HasV8_1aOps = false;
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h118 bool hasConstructor() const override;
119 bool hasCustomCallingConvention() const override;
120 bool hasFarReturn() const override;
121 bool isCode() const override;
122 bool isCompilerGenerated() const override;
123 bool isConstType() const override;
124 bool isEditAndContinueEnabled() const override;
125 bool isFunction() const override;
126 bool getAddressTaken() const override;
127 bool getNoStackOrdering() const override;
[all …]
/external/swiftshader/src/Renderer/
DContext.hpp290 bool isDrawPoint(bool fillModeAware = false) const;
291 bool isDrawLine(bool fillModeAware = false) const;
292 bool isDrawTriangle(bool fillModeAware = false) const;
303 void setLightingEnable(bool lightingEnable);
304 void setSpecularEnable(bool specularEnable);
305 void setLightEnable(int light, bool lightEnable);
308 void setColorVertexEnable(bool colorVertexEnable);
314 void setPointSpriteEnable(bool pointSpriteEnable);
315 void setPointScaleEnable(bool pointScaleEnable);
318 bool setDepthBufferEnable(bool depthBufferEnable);
[all …]
/external/clang/test/PCH/
Dcxx-traits.cpp11 bool _Is_pod_comparator = n::__is_pod<int>::__value;
12 bool _Is_empty_check = n::__is_empty<int>::__value;
14 bool default_construct_int = n::is_trivially_constructible<int>::value;
15 bool copy_construct_int = n::is_trivially_constructible<int, const int&>::value;
18 bool _is_abstract_result = __is_abstract(int);
19 bool _is_arithmetic_result = __is_arithmetic(int);
20 bool _is_array_result = __is_array(int);
21 bool _is_assignable_result = __is_assignable(int, int);
22 bool _is_base_of_result = __is_base_of(int, int);
23 bool _is_class_result = __is_class(int);
[all …]
/external/pdfium/fpdfsdk/javascript/
DJS_EventHandler.h84 bool& bRc);
87 bool bWillCommit);
90 bool KeyDown,
91 bool bModifier,
94 bool bShift,
97 bool bWillCommit,
98 bool bFieldFull,
99 bool& bRc);
102 bool bKeyDown,
103 bool bModifier,
[all …]
/external/llvm/lib/AsmParser/
DLLParser.h77 bool operator<(const ValID &RHS) const {
147 bool Run();
149 bool parseStandaloneConstantValue(Constant *&C, const SlotMapping *Slots);
151 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,
158 bool Error(LocTy L, const Twine &Msg) const { in Error()
161 bool TokError(const Twine &Msg) const { in TokError()
180 bool ParseToken(lltok::Kind T, const char *ErrMsg);
181 bool EatIfPresent(lltok::Kind T) { in EatIfPresent()
201 bool ParseOptionalToken(lltok::Kind T, bool &Present,
213 bool ParseStringConstant(std::string &Result);
[all …]
/external/lzma/CPP/Common/
DWildcard.h13 bool IsPath1PrefixedByPath2(const wchar_t *s1, const wchar_t *s2);
22 bool DoesNameContainWildcard(const UString &path);
23 bool DoesWildcardMatchName(const UString &mask, const UString &name);
29 bool IsDriveColonName(const wchar_t *s);
36 bool Recursive;
37 bool ForFile;
38 bool ForDir;
39 bool WildcardMatching;
42 bool IsDriveItem() const in IsDriveItem()
50 bool AreAllAllowed() const;
[all …]
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h136 bool enabled;
181 bool mNormalized;
192 bool mArrayEnabled; // From glEnable/DisableVertexAttribArray
225 bool cullFaceEnabled;
228 bool depthTestEnabled;
230 bool blendEnabled;
237 bool stencilTestEnabled;
245 bool polygonOffsetFillEnabled;
248 bool sampleAlphaToCoverageEnabled;
249 bool sampleCoverageEnabled;
[all …]
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h21 static bool IsKill(int sysno);
22 static bool IsAllowedGettime(int sysno);
23 static bool IsCurrentDirectory(int sysno);
24 static bool IsUmask(int sysno);
28 static bool IsFileSystem(int sysno);
29 static bool IsAllowedFileSystemAccessViaFd(int sysno);
30 static bool IsDeniedFileSystemAccessViaFd(int sysno);
31 static bool IsGetSimpleId(int sysno);
32 static bool IsProcessPrivilegeChange(int sysno);
33 static bool IsProcessGroupOrSession(int sysno);
[all …]
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h55 bool IsLittle;
58 bool IsSoftFloat;
63 bool IsSingleFloat;
66 bool IsFPXX;
69 bool NoABICalls;
72 bool IsFP64bit;
76 bool UseOddSPReg;
79 bool IsNaN2008bit;
82 bool IsGP64bit;
85 bool IsPTR64bit;
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h127 virtual bool hasConstructor() const = 0;
128 virtual bool hasCustomCallingConvention() const = 0;
129 virtual bool hasFarReturn() const = 0;
130 virtual bool isCode() const = 0;
131 virtual bool isCompilerGenerated() const = 0;
132 virtual bool isConstType() const = 0;
133 virtual bool isEditAndContinueEnabled() const = 0;
134 virtual bool isFunction() const = 0;
135 virtual bool getAddressTaken() const = 0;
136 virtual bool getNoStackOrdering() const = 0;
[all …]

12345678910>>...450