Home
last modified time | relevance | path

Searched refs:GrDawnRenderTargetInfo (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/gpu/dawn/
DGrDawnTypes.h53 struct GrDawnRenderTargetInfo { struct
57 GrDawnRenderTargetInfo() : fTextureView(nullptr), fFormat(), fLevelCount(0) { in GrDawnRenderTargetInfo() argument
59 GrDawnRenderTargetInfo(const GrDawnRenderTargetInfo& other) in GrDawnRenderTargetInfo() argument
64 explicit GrDawnRenderTargetInfo(const GrDawnTextureInfo& texInfo) in GrDawnRenderTargetInfo() argument
72 GrDawnRenderTargetInfo& operator=(const GrDawnRenderTargetInfo& other) {
78 bool operator==(const GrDawnRenderTargetInfo& other) const {
/external/skia/src/gpu/dawn/
DGrDawnRenderTarget.h21 const GrDawnRenderTargetInfo&);
38 const GrDawnRenderTargetInfo& info);
48 GrDawnRenderTargetInfo fInfo;
DGrDawnRenderTarget.cpp17 const GrDawnRenderTargetInfo& info) in GrDawnRenderTarget()
25 const GrDawnRenderTargetInfo& info) { in MakeWrapped()
DGrDawnTextureRenderTarget.cpp22 GrDawnRenderTargetInfo(textureInfo)) {} in GrDawnTextureRenderTarget()
DGrDawnGpu.cpp286 GrDawnRenderTargetInfo info; in onWrapBackendRenderTarget()
503 GrDawnRenderTargetInfo info; in createTestingOnlyBackendRenderTarget()
512 GrDawnRenderTargetInfo info; in deleteTestingOnlyBackendRenderTarget()
/external/skia/include/gpu/
DGrBackendSurface.h437 const GrDawnRenderTargetInfo& dawnInfo);
490 bool getDawnRenderTargetInfo(GrDawnRenderTargetInfo*) const;
592 GrDawnRenderTargetInfo fDawnInfo;
/external/skia/tools/sk_app/
DDawnWindowContext.cpp71 GrDawnRenderTargetInfo rtInfo; in getBackbufferSurface()
/external/skia/src/gpu/
DGrBackendSurface.cpp867 const GrDawnRenderTargetInfo& dawnInfo) in GrBackendRenderTarget()
1061 bool GrBackendRenderTarget::getDawnRenderTargetInfo(GrDawnRenderTargetInfo* outInfo) const { in getDawnRenderTargetInfo()
1165 GrDawnRenderTargetInfo dawnInfo; in getBackendFormat()