Searched refs:grD3DResourceState (Results 1 – 4 of 4) sorted by relevance
48 sk_sp<GrD3DResourceState> grD3DResourceState() const { return fState; } in grD3DResourceState() function
151 return GrBackendTexture(this->width(), this->height(), fInfo, this->grD3DResourceState()); in getBackendTexture()
177 return GrBackendRenderTarget(this->width(), this->height(), fInfo, this->grD3DResourceState()); in getBackendRenderTarget()
316 SkASSERT(d3dRT->grD3DResourceState()->getResourceState() == D3D12_RESOURCE_STATE_RENDER_TARGET); in onClear()