Searched refs:setBackendTextureState (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | BackendSurfaceMutableStateTest.cpp | 147 dContext->setBackendTextureState(backendTex, newState, &previousState); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 161 dContext->setBackendTextureState(backendTex, noopState, &previousState); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 178 dContext->setBackendTextureState(backendTex, externalState, &previousState); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() 196 dContext->setBackendTextureState(backendTex, externalState2, &previousState); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
|
/external/skia/include/gpu/ganesh/ |
D | GrDirectContext.h | 869 bool setBackendTextureState(const GrBackendTexture&,
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkGpu.h | 132 bool setBackendTextureState(const GrBackendTexture&,
|
D | GrVkGpu.cpp | 1942 bool GrVkGpu::setBackendTextureState(const GrBackendTexture& backendTeture, in setBackendTextureState() function in GrVkGpu
|
/external/skia/src/gpu/ganesh/ |
D | GrDirectContext.cpp | 1087 bool GrDirectContext::setBackendTextureState(const GrBackendTexture& backendTexture, in setBackendTextureState() function in GrDirectContext 1098 return fGpu->setBackendTextureState(backendTexture, state, previousState, std::move(callback)); in setBackendTextureState()
|
D | GrGpu.h | 609 virtual bool setBackendTextureState(const GrBackendTexture&, in setBackendTextureState() function
|