Searched defs:Type (Results 201 - 225 of 776) sorted by relevance

1234567891011>>

/external/skia/include/views/
H A DSkOSMenu.h34 enum Type { enum in class:SkOSMenu
56 Item(const char label[], SkOSMenu::Type type, const char slotName[],
64 Type getType() const { return fType; }
88 Type fType;
121 int appendItem(const char label[], Type type, const char slotName[],
/external/skia/src/core/
H A DSkAnalyticEdge.h15 enum Type { enum in struct:SkAnalyticEdge
H A DSkColorSpace_A2B.h68 Type type() const override { return Type::kA2B; }
73 : fType(Type::kGammaNamed)
82 : fType(Type::kGammas)
88 if (SkGammas::Type::kTable_Type == fGammas->type(i)) {
95 : fType(Type::kCLUT)
103 : fType(Type::kMatrix)
109 enum class Type { class in class:SkColorSpace_A2B::Element
116 Type type() const { return fType; }
119 SkASSERT(Type
[all...]
H A DSkRecords.h87 // Defines SkRecords::Type, an enum of all record types.
89 enum Type { SK_RECORD_TYPES(ENUM) }; enum in namespace:SkRecords
171 static const Type kType = T##_Type; \
/external/skia/src/gpu/
H A DGrDefaultGeoProcFactory.h65 enum Type { enum in struct:GrDefaultGeoProcFactory::Color
75 Color(Type type)
83 Type fType;
93 enum Type { enum in struct:GrDefaultGeoProcFactory::Coverage
99 Coverage(Type type) : fType(type), fCoverage(0xff) {
103 Type fType;
108 enum Type { enum in struct:GrDefaultGeoProcFactory::LocalCoords
114 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {}
115 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) {
120 Type fTyp
[all...]
/external/skia/src/gpu/vk/
H A DGrVkBuffer.h42 enum Type { enum in class:GrVkBuffer
54 Type fType; // vertex buffer, index buffer, etc.
60 Resource(VkBuffer buf, const GrVkAlloc& alloc, Type type)
70 Type fType;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCMachObjectWriter.h41 void setLocalDifferenceRelocationType(unsigned Type) { argument
42 LocalDifference_RIT = Type;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDbgInfoPrinter.cpp120 std::string &Type, unsigned &LineNo,
162 Type = T;
173 std::string DisplayName, File, Directory, Type; local
176 if (!getLocationInfo(V, DisplayName, Type, LineNo, File, Directory))
183 << " of type " << Type << " declared at "; local
186 << " of type " << Type << " declared at "; local
119 getLocationInfo(const Value *V, std::string &DisplayName, std::string &Type, unsigned &LineNo, std::string &File, std::string &Dir) argument
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCELFStreamer.h64 virtual void EmitCOFFSymbolType(int Type) { argument
114 void SetSection(StringRef Section, unsigned Type, unsigned Flags, argument
116 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind));
/external/swiftshader/third_party/LLVM/lib/Support/
H A DSourceMgr.cpp141 /// @param Type - If non-null, the kind of message (e.g., "error") which is
144 const char *Type, bool ShowLine) const {
171 if (Type)
172 OS << Type << ": "; local
182 const char *Type, bool ShowLine) const {
185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
195 GetMessage(Loc, Msg, Type, ShowLine).Print(0, OS);
143 GetMessage(SMLoc Loc, const Twine &Msg, const char *Type, bool ShowLine) const argument
181 PrintMessage(SMLoc Loc, const Twine &Msg, const char *Type, bool ShowLine) const argument
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp131 unsigned Type = macho::RIT_ARM_Half; local
155 Type = macho::RIT_ARM_HalfDifference;
193 if (Type == macho::RIT_ARM_HalfDifference) {
210 (Type << 24) |
229 unsigned Type = macho::RIT_Vanilla; local
252 Type = macho::RIT_Difference;
258 if (Type == macho::RIT_Difference ||
259 Type == macho::RIT_Generic_LocalDifference) {
272 (Type << 24) |
328 unsigned Type local
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
H A Dllvm-mc.cpp198 Triple::ArchType Type = Triple::getArchTypeForLLVMName(ArchName); local
199 if (Type != Triple::UnknownArch)
200 TheTriple.setArch(Type);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
100 Type type_;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTShader.cpp27 @Input Type type of shader (GL_VERTEX_SHADER or GL_FRAGMENT_SHADER)
38 const GLenum Type,
88 *pObject = glCreateShader(Type);
115 @Input Type type of shader (GL_VERTEX_SHADER or GL_FRAGMENT_SHADER)
124 const GLenum Type,
130 *pObject = glCreateShader(Type);
166 @Input Type type of shader (GL_VERTEX_SHADER or GL_FRAGMENT_SHADER)
179 const GLenum Type,
200 if(PVRTShaderLoadBinaryFromMemory(ShaderFile.DataPtr(), ShaderFile.Size(), Type, Format, pObject, pReturnError) == PVR_SUCCESS)
225 return PVRTShaderLoadSourceFromMemory(pShaderData, Type, pObjec
37 PVRTShaderLoadSourceFromMemory( const char* pszShaderCode, const GLenum Type, GLuint* const pObject, CPVRTString* const pReturnError, const char* const* aszDefineArray, GLuint uiDefArraySize) argument
122 PVRTShaderLoadBinaryFromMemory( const void* const ShaderData, const size_t Size, const GLenum Type, const GLenum Format, GLuint* const pObject, CPVRTString* const pReturnError) argument
177 PVRTShaderLoadFromFile( const char* const pszBinFile, const char* const pszSrcFile, const GLenum Type, const GLenum Format, GLuint* const pObject, CPVRTString* const pReturnError, const SPVRTContext* const pContext, const char* const* aszDefineArray, GLuint uiDefArraySize) argument
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h50 : Type(ReplacementType::Literal), Spec(Literal) {}
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
56 ReplacementType Type = ReplacementType::Empty; member in struct:llvm::ReplacementItem
99 if (R.Type == ReplacementType::Empty)
101 if (R.Type == ReplacementType::Literal) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp164 FSEntity Type) {
193 switch (Type) {
226 llvm_unreachable("Invalid Type");
766 llvm::SmallVectorImpl<char> &ResultPath, FSEntity Type) {
773 true, owner_read | owner_write, Type);
778 llvm::SmallVectorImpl<char> &ResultPath, FSEntity Type) {
781 Type);
161 createUniqueEntity(const Twine &Model, int &ResultFD, SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, unsigned Mode, FSEntity Type) argument
/external/v8/testing/gtest/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
103 Type type_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
103 Type type_;
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.h65 enum Type { enum in struct:webrtc::CreateSessionDescriptionRequest
71 Type type,
78 Type type;
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.h108 enum Type { Rtp, Rtcp, } type_; enum in struct:voetest::ConferenceTransport::Packet
111 Packet(Type type, const void* data, size_t len, uint32_t time_ms)
127 void StorePacket(Packet::Type type, const void* data, size_t len);
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
H A Dafter_initialization_fixture.h71 enum Type { Rtp, Rtcp, } type; enum in struct:LoopBackTransport::Packet
74 Packet(Type type, const void* data, size_t len)
84 void StorePacket(Packet::Type type,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs97 public int Type { property in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
220 public override int Type { property in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs119 public abstract int Type { property in class:Antlr.Runtime.Tree.BaseTree
153 if (child.Type == type)
388 if (t.Type == ttype)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs106 public int Type property in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
267 public override int Type property in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
/external/clang/include/clang/AST/
H A DDeclOpenMP.h21 #include "clang/AST/Type.h"
176 QualType Type)
178 Type, nullptr, SC_None) {
175 OMPCapturedExprDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, QualType Type) argument

Completed in 955 milliseconds

1234567891011>>