Searched refs:idDesc (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/gl/ |
H A D | GrGLRenderTarget.cpp | 49 inline void GrGLRenderTarget::setFlags(const GrGLCaps& glCaps, const IDs& idDesc) { in setFlags() argument 55 void GrGLRenderTarget::init(GrGLFormat format, const IDs& idDesc) { in init() argument 56 fMultisampleFBOID = idDesc.fMultisampleFBOID; in init() 57 fSingleSampleFBOID = idDesc.fSingleSampleFBOID; in init() 58 fMSColorRenderbufferID = idDesc.fMSColorRenderbufferID; in init() 59 fRTFBOOwnership = idDesc.fRTFBOOwnership; in init() 61 fTotalMemorySamplesPerPixel = idDesc.fTotalMemorySamplesPerPixel; in init() 84 const IDs& idDesc, in MakeWrapped() 106 new GrGLRenderTarget(gpu, dimensions, format, sampleCount, idDesc, std::move(sb))); in MakeWrapped() 80 MakeWrapped(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& idDesc, int stencilBits) MakeWrapped() argument
|
Completed in 1 milliseconds