Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp1813 bool GrVkGpu::setBackendTextureState(const GrBackendTexture& backendTeture, in setBackendTextureState() argument
1818 SkAssertResult(backendTeture.getVkImageInfo(&info)); in setBackendTextureState()
1819 sk_sp<GrBackendSurfaceMutableStateImpl> currentState = backendTeture.getMutableState(); in setBackendTextureState()
1822 return this->setBackendSurfaceState(info, std::move(currentState), backendTeture.dimensions(), in setBackendTextureState()