Home
last modified time | relevance | path

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

/external/skia/tests/
DBackendSurfaceMutableStateTest.cpp76 backendTexCopy.setMutableState(newState); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
87 backendTex.setMutableState(initState); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
121 backendTexImage.setMutableState(newState); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
/external/skia/src/gpu/ganesh/
DGrBackendSurfacePriv.h79 virtual void setMutableState(const skgpu::MutableTextureState&) {} in setMutableState() function
103 virtual void setMutableState(const skgpu::MutableTextureState&) {} in setMutableState() function
DGrBackendSurface.cpp398 void GrBackendTexture::setMutableState(const skgpu::MutableTextureState& state) { in setMutableState() function in GrBackendTexture
399 fTextureData->setMutableState(state); in setMutableState()
645 void GrBackendRenderTarget::setMutableState(const skgpu::MutableTextureState& state) { in setMutableState() function in GrBackendRenderTarget
646 fRTData->setMutableState(state); in setMutableState()
/external/skia/include/gpu/ganesh/
DGrBackendSurface.h205 void setMutableState(const skgpu::MutableTextureState&);
335 void setMutableState(const skgpu::MutableTextureState&);
/external/skia/src/gpu/ganesh/vk/
DGrVkBackendSurface.cpp181 void setMutableState(const skgpu::MutableTextureState& state) override { in setMutableState() function in GrVkBackendTextureData
348 void setMutableState(const skgpu::MutableTextureState& state) override { in setMutableState() function in GrVkBackendRenderTargetData