Searched refs:dawnInfo (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/include/gpu/ |
H A D | GrSurfaceInfo.h | 65 GrSurfaceInfo(const GrDawnSurfaceInfo& dawnInfo) in GrSurfaceInfo() argument 68 , fSampleCount(dawnInfo.fSampleCount) in GrSurfaceInfo() 69 , fLevelCount(dawnInfo.fLevelCount) in GrSurfaceInfo() 70 , fProtected(dawnInfo.fProtected) in GrSurfaceInfo() 71 , fDawnSpec(dawnInfo) {} in GrSurfaceInfo()
|
H A D | GrBackendSurface.h | 293 const GrDawnTextureInfo& dawnInfo); 474 const GrDawnRenderTargetInfo& dawnInfo);
|
/third_party/skia/src/gpu/ |
H A D | GrBackendSurface.cpp | 455 const GrDawnTextureInfo& dawnInfo) in GrBackendTexture() 459 , fMipmapped(GrMipmapped(dawnInfo.fLevelCount > 1)) in GrBackendTexture() 462 , fDawnInfo(dawnInfo) {} in GrBackendTexture() 922 const GrDawnRenderTargetInfo& dawnInfo) in GrBackendRenderTarget() 930 , fDawnInfo(dawnInfo) {} in GrBackendRenderTarget() 1220 GrDawnRenderTargetInfo dawnInfo; in getBackendFormat() local 1221 SkAssertResult(this->getDawnRenderTargetInfo(&dawnInfo)); in getBackendFormat() 1222 return GrBackendFormat::MakeDawn(dawnInfo.fFormat); in getBackendFormat() 453 GrBackendTexture(int width, int height, const GrDawnTextureInfo& dawnInfo) GrBackendTexture() argument 918 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrDawnRenderTargetInfo& dawnInfo) GrBackendRenderTarget() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ShaderModule.cpp | 1085 const VertexBufferInfo& dawnInfo = renderPipeline.GetVertexBuffer(slot); 1089 tintInfo->array_stride = dawnInfo.arrayStride; 1090 tintInfo->step_mode = ToTintVertexStepMode(dawnInfo.stepMode); 1095 const VertexAttributeInfo& dawnInfo = renderPipeline.GetAttribute(location); 1097 tintInfo.format = ToTintVertexFormat(dawnInfo.format); 1098 tintInfo.offset = dawnInfo.offset; 1101 uint8_t vertexBufferSlot = static_cast<uint8_t>(dawnInfo.vertexBufferSlot);
|
Completed in 5 milliseconds