/third_party/skia/tests/ |
H A D | BackendSurfaceMutableStateTest.cpp | 112 GrBackendSurfaceMutableState previousState; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local 114 dContext->setBackendTextureState(backendTex, newState, &previousState); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 120 REPORTER_ASSERT(reporter, previousState.isValid()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 121 REPORTER_ASSERT(reporter, previousState.backend() == GrBackendApi::kVulkan); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 122 REPORTER_ASSERT(reporter, previousState.getVkImageLayout() == initLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 123 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == initQueue); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 127 dContext->setBackendTextureState(backendTex, noopState, &previousState); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 132 REPORTER_ASSERT(reporter, previousState.isValid()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 133 REPORTER_ASSERT(reporter, previousState.backend() == GrBackendApi::kVulkan); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 135 previousState in DEF_GPUTEST_FOR_VULKAN_CONTEXT() [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | SecurityUtils.h | 69 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength)
in AdjustPrivileges() 71 newState, bufferLength, previousState, returnLength)); }
in AdjustPrivileges() 68 AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState, DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength) AdjustPrivileges() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.h | 87 GrBackendSurfaceMutableState* previousState, 92 GrBackendSurfaceMutableState* previousState, 258 GrBackendSurfaceMutableState* previousState,
|
H A D | GrVkGpu.cpp | 1959 GrBackendSurfaceMutableState* previousState, in setBackendSurfaceState() 1973 if (previousState) { in setBackendSurfaceState() 1974 previousState->setVulkanState(texture->currentLayout(), in setBackendSurfaceState() 1986 GrBackendSurfaceMutableState* previousState, in setBackendTextureState() 1994 newState.fVkState, previousState, in setBackendTextureState() 2000 GrBackendSurfaceMutableState* previousState, in setBackendRenderTargetState() 2009 previousState, std::move(finishedCallback)); in setBackendRenderTargetState() 1955 setBackendSurfaceState(GrVkImageInfo info, sk_sp<GrBackendSurfaceMutableStateImpl> currentState, SkISize dimensions, const GrVkSharedImageInfo& newInfo, GrBackendSurfaceMutableState* previousState, sk_sp<GrRefCntedCallback> finishedCallback) setBackendSurfaceState() argument 1984 setBackendTextureState(const GrBackendTexture& backendTeture, const GrBackendSurfaceMutableState& newState, GrBackendSurfaceMutableState* previousState, sk_sp<GrRefCntedCallback> finishedCallback) setBackendTextureState() argument 1998 setBackendRenderTargetState(const GrBackendRenderTarget& backendRenderTarget, const GrBackendSurfaceMutableState& newState, GrBackendSurfaceMutableState* previousState, sk_sp<GrRefCntedCallback> finishedCallback) setBackendRenderTargetState() argument
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.h | 583 GrBackendSurfaceMutableState* previousState, in setBackendTextureState() 590 GrBackendSurfaceMutableState* previousState, in setBackendRenderTargetState() 581 setBackendTextureState(const GrBackendTexture&, const GrBackendSurfaceMutableState&, GrBackendSurfaceMutableState* previousState, sk_sp<GrRefCntedCallback> finishedCallback) setBackendTextureState() argument 588 setBackendRenderTargetState(const GrBackendRenderTarget&, const GrBackendSurfaceMutableState&, GrBackendSurfaceMutableState* previousState, sk_sp<GrRefCntedCallback> finishedCallback) setBackendRenderTargetState() argument
|
H A D | GrDirectContext.cpp | 1120 GrBackendSurfaceMutableState* previousState, in setBackendTextureState() 1129 return fGpu->setBackendTextureState(backendTexture, state, previousState, std::move(callback)); in setBackendTextureState() 1135 GrBackendSurfaceMutableState* previousState, in setBackendRenderTargetState() 1144 return fGpu->setBackendRenderTargetState(backendRenderTarget, state, previousState, in setBackendRenderTargetState() 1118 setBackendTextureState(const GrBackendTexture& backendTexture, const GrBackendSurfaceMutableState& state, GrBackendSurfaceMutableState* previousState, GrGpuFinishedProc finishedProc, GrGpuFinishedContext finishedContext) setBackendTextureState() argument 1133 setBackendRenderTargetState(const GrBackendRenderTarget& backendRenderTarget, const GrBackendSurfaceMutableState& state, GrBackendSurfaceMutableState* previousState, GrGpuFinishedProc finishedProc, GrGpuFinishedContext finishedContext) setBackendRenderTargetState() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ComputePassEncoder.cpp | 216 CommandBufferStateTracker previousState = mCommandBufferState; in TransformIndirectDispatchBuffer() local 287 RestoreCommandBufferState(std::move(previousState)); in TransformIndirectDispatchBuffer()
|
/third_party/skia/include/gpu/ |
H A D | GrDirectContext.h | 785 * If previousState is not null and this returns true, then Skia will have filled in 786 * previousState to have the values of the state before this call. 790 GrBackendSurfaceMutableState* previousState = nullptr, 795 GrBackendSurfaceMutableState* previousState = nullptr,
|