Searched refs:setBackendTextureState (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
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()
|
/external/skia/include/gpu/ |
D | GrDirectContext.h | 767 bool setBackendTextureState(const GrBackendTexture&,
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 83 bool setBackendTextureState(const GrBackendTexture&,
|
D | GrVkGpu.cpp | 1813 bool GrVkGpu::setBackendTextureState(const GrBackendTexture& backendTeture, in setBackendTextureState() function in GrVkGpu
|
/external/skia/src/gpu/ |
D | GrDirectContext.cpp | 898 bool GrDirectContext::setBackendTextureState(const GrBackendTexture& backendTexture, in setBackendTextureState() function in GrDirectContext 909 return fGpu->setBackendTextureState(backendTexture, state, previousState, std::move(callback)); in setBackendTextureState()
|
D | GrGpu.h | 539 virtual bool setBackendTextureState(const GrBackendTexture&, in setBackendTextureState() function
|