Home
last modified time | relevance | path

Searched defs:Desc (Results 1 – 25 of 79) sorted by relevance

1234

/external/skia/src/gpu/gl/
DGrGLRenderTarget.h27 struct Desc { struct
40 const Desc& desc, argument
DGrGLBufferImpl.h22 struct Desc { struct
29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType); argument
DGrGLTexture.h60 struct Desc : public GrTextureDesc { struct
67 const Desc& textureDesc, argument
DGrGLIndexBuffer.h20 typedef GrGLBufferImpl::Desc Desc; typedef
DGrGLVertexBuffer.h20 typedef GrGLBufferImpl::Desc Desc; typedef
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLRenderTarget.h27 struct Desc { struct
40 const Desc& desc, argument
DGrGLBufferImpl.h22 struct Desc { struct
29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType); argument
DGrGLTexture.h60 struct Desc : public GrTextureDesc { struct
67 const Desc& textureDesc, argument
DGrGLIndexBuffer.h20 typedef GrGLBufferImpl::Desc Desc; typedef
DGrGLVertexBuffer.h20 typedef GrGLBufferImpl::Desc Desc; typedef
/external/chromium_org/third_party/skia/src/gpu/effects/
DGrTextureStripAtlas.h27 struct Desc { struct
28 Desc() { memset(this, 0, sizeof(*this)); } in Desc() argument
38 static GrTextureStripAtlas* GetAtlas(const Desc& desc); argument
/external/skia/src/gpu/effects/
DGrTextureStripAtlas.h27 struct Desc { struct
28 Desc() { memset(this, 0, sizeof(*this)); } in Desc() function
38 static GrTextureStripAtlas* GetAtlas(const Desc& desc); argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderTarget.h43 struct Desc { struct
44 GLsizei width;
45 GLsizei height;
46 GLsizei depth;
47 GLenum format;
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h26 struct Desc { struct
39 Desc Get(uptr i) const; argument
/external/llvm/lib/Target/R600/MCTargetDesc/
DSIMCCodeEmitter.cpp76 bool SIMCCodeEmitter::isSrcOperand(const MCInstrDesc &Desc, in isSrcOperand()
134 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in EncodeInstruction() local
193 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local
/external/llvm/lib/DebugInfo/
DDWARFDebugArangeSet.cpp99 for (const auto &Desc : ArangeDescriptors) { in dump() local
DDWARFDebugAranges.cpp29 for (const auto &Desc : Set.descriptors()) { in extract() local
/external/llvm/include/llvm/Support/
DRegistry.h27 const char *Name, *Desc; variable
204 Add(const char *Name, const char *Desc) in Add()
/external/llvm/include/llvm/MC/
DMCInstrInfo.h27 const MCInstrDesc *Desc; // Raw array to allow static init'n variable
DSubtargetFeature.h36 const char *Desc; // Help descriptor member
/external/llvm/lib/TableGen/
DTableGenBackend.cpp35 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { in emitSourceFileHeader()
/external/llvm/include/llvm/ADT/
DStatistic.h38 const char *Desc; variable
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerRegistry.h85 StringRef Desc; member
/external/javassist/src/main/javassist/runtime/
DDesc.java24 public class Desc { class
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp147 const MCInstrDesc &Desc = I->getDesc(); in runOnMachineFunction() local
165 const MCInstrDesc &Desc = MI.getDesc(); in determineREX() local
605 const MCInstrDesc *Desc = &II->get(Opcode); in UpdateOp() local
1006 const MCInstrDesc *Desc) { in emitInstruction()

1234