Searched refs:setBackendTextureState (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tests/ |
H A D | BackendSurfaceMutableStateTest.cpp | 114 dContext->setBackendTextureState(backendTex, newState, &previousState); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 127 dContext->setBackendTextureState(backendTex, noopState, &previousState); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 144 dContext->setBackendTextureState(backendTex, externalState, &previousState); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 161 dContext->setBackendTextureState(backendTex, externalState2, &previousState); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.h | 581 virtual bool setBackendTextureState(const GrBackendTexture&, in setBackendTextureState() function in GrGpu
|
H A D | GrDirectContext.cpp | 1118 bool GrDirectContext::setBackendTextureState(const GrBackendTexture& backendTexture, in setBackendTextureState() function in GrDirectContext 1129 return fGpu->setBackendTextureState(backendTexture, state, previousState, std::move(callback)); in setBackendTextureState()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.h | 85 bool setBackendTextureState(const GrBackendTexture&,
|
H A D | GrVkGpu.cpp | 1984 bool GrVkGpu::setBackendTextureState(const GrBackendTexture& backendTeture, in setBackendTextureState() function in GrVkGpu
|
/third_party/skia/include/gpu/ |
H A D | GrDirectContext.h | 788 bool setBackendTextureState(const GrBackendTexture&,
|
Completed in 18 milliseconds