/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 1354 FramebufferVk *ContextVk::getDrawFramebuffer() const in getDrawFramebuffer() function in rx::ContextVk 1356 return vk::GetImpl(mState.getDrawFramebuffer()); in getDrawFramebuffer() 1534 FramebufferVk *drawFramebufferVk = getDrawFramebuffer(); in flushImpl() 1535 ASSERT(drawFramebufferVk == vk::GetImpl(mState.getDrawFramebuffer())); in flushImpl() 2373 FramebufferVk *drawFramebufferVk = getDrawFramebuffer(); in switchOutReadOnlyDepthStencilMode() 2383 dsState, mState.getDrawFramebuffer()->getStencilBitCount(), executable, stencilReason); in switchOutReadOnlyDepthStencilMode() 2445 FramebufferVk *drawFramebufferVk = getDrawFramebuffer(); in handleDirtyGraphicsRenderPass() 2527 FramebufferVk *drawFramebufferVk = getDrawFramebuffer(); in handleDirtyGraphicsColorAccess() 2554 const FramebufferVk &drawFramebufferVk = *getDrawFramebuffer(); in handleDirtyGraphicsDepthStencilAccess() 2566 GetStencilAccess(dsState, mState.getDrawFramebuffer()->getStencilBitCount(), executable, in handleDirtyGraphicsDepthStencilAccess() [all …]
|
H A D | ContextVk.h | 1383 FramebufferVk *getDrawFramebuffer() const;
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Context.cpp | 1182 PixelLocalStorage *pls = mState.getDrawFramebuffer()->peekPixelLocalStorage(); in deleteTexture() 1265 framebuffer == mState.getDrawFramebuffer()) in deleteFramebuffer() 4606 ANGLE_TRY(mState.getDrawFramebuffer()->ensureClearAttachmentsInitialized(this, mask)); in prepareForClear() 4613 ANGLE_TRY(mState.getDrawFramebuffer()->ensureClearBufferAttachmentsInitialized(this, buffer, in prepareForClearBuffer() 4693 Framebuffer *drawFramebuffer = mState.getDrawFramebuffer(); in blitFramebuffer() 4771 if (mState.getDrawFramebuffer()->getDepthAttachment() == nullptr || in clear() 4779 mState.getDrawFramebuffer()->getStencilBitCount())) in clear() 4792 ANGLE_CONTEXT_TRY(mState.getDrawFramebuffer()->clear(this, mask)); in clear() 4818 Framebuffer *framebufferObject = mState.getDrawFramebuffer(); in noopClearBuffer() 4839 Framebuffer *framebufferObject = mState.getDrawFramebuffer(); in clearBufferfv() [all …]
|
H A D | PixelLocalStorage.cpp | 49 : mContext(context), mSavedFramebuffer(mContext->getState().getDrawFramebuffer()) in ScopedRestoreDrawFramebuffer() 523 context->getState().getDrawFramebuffer()->getState().getAttachmentExtentsIntersection(); in begin() 653 Framebuffer *framebuffer = state.getDrawFramebuffer(); in onBegin() 874 Framebuffer *framebuffer = context->getState().getDrawFramebuffer(); in onBegin()
|
H A D | validationES3.cpp | 276 const FramebufferAttachment *attachment = state.getDrawFramebuffer()->getDrawBuffer(drawbuffer); in ValidateColorMaskForSharedExponentColorBuffer() 1867 defaultFramebuffer = context->getState().getDrawFramebuffer()->isDefault(); in ValidateInvalidateFramebuffer() 1908 Framebuffer *drawFramebuffer = context->getState().getDrawFramebuffer(); in ValidateClearBuffer() 2442 context->getState().getDrawFramebuffer()->getDrawbufferStateCount()) in ValidateClearBufferiv() 2450 context->getState().getDrawFramebuffer()->getDrawBufferTypeMask(); in ValidateClearBufferiv() 2497 context->getState().getDrawFramebuffer()->getDrawbufferStateCount()) in ValidateClearBufferuiv() 2505 context->getState().getDrawFramebuffer()->getDrawBufferTypeMask(); in ValidateClearBufferuiv() 2544 context->getState().getDrawFramebuffer()->getDrawbufferStateCount()) in ValidateClearBufferfv() 2552 context->getState().getDrawFramebuffer()->getDrawBufferTypeMask(); in ValidateClearBufferfv()
|
H A D | Context.inl.h | 138 !mState.getDrawFramebuffer()->hasResourceThatNeedsInit()); in prepareForDraw()
|
H A D | validationES.cpp | 488 const Framebuffer *framebuffer = glState.getDrawFramebuffer(); in ValidateFragmentShaderColorBufferMaskMatch() 504 const Framebuffer *framebuffer = context->getState().getDrawFramebuffer(); in ValidateFragmentShaderColorBufferTypeMatch() 647 Framebuffer *framebuffer = state.getDrawFramebuffer(); in ValidateProgramDrawStates() 699 const Framebuffer *framebuffer = state.getDrawFramebuffer(); in ValidateProgramDrawStates() 1685 Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in ValidateBlitFramebufferParameters() 4233 Framebuffer *framebuffer = state.getDrawFramebuffer(); in ValidateDrawStates() 5368 ASSERT(context->getState().getDrawFramebuffer()); in ValidateDrawBuffersBase() 5369 FramebufferID frameBufferId = context->getState().getDrawFramebuffer()->id(); in ValidateDrawBuffersBase() 8785 Framebuffer *framebuffer = context->getState().getDrawFramebuffer(); in ValidateGetMultisamplefvBase()
|
H A D | validationESEXT.cpp | 2101 Framebuffer *framebuffer = context->getState().getDrawFramebuffer(); in ValidatePLSCommon() 2451 const Framebuffer *framebuffer = state.getDrawFramebuffer(); in ValidateBeginPixelLocalStorageANGLE() 2709 context->getState().getDrawFramebuffer()->peekPixelLocalStorage(); in ValidateFramebufferPixelLocalStorageInterruptANGLE() 2730 const Framebuffer *framebuffer = context->getState().getDrawFramebuffer(); in ValidateFramebufferPixelLocalStorageRestoreANGLE() 2731 if (context->getState().getDrawFramebuffer()->id().value == 0) in ValidateFramebufferPixelLocalStorageRestoreANGLE() 4723 Framebuffer *framebuffer = context->getState().getDrawFramebuffer(); in ValidateStartTilingQCOM()
|
H A D | Framebuffer.cpp | 814 return context->getState().getDrawFramebuffer()->id() == mId; in isBoundAsDrawFramebuffer() 1087 this == contextState.getDrawFramebuffer()) in detachMatchingAttachment() 1705 ASSERT(HasSupportedStencilBitCount(glState.getDrawFramebuffer())); in partialClearNeedsInit()
|
H A D | validationES2.cpp | 2647 Framebuffer *drawFramebuffer = context->getState().getDrawFramebuffer(); in ValidateBlitFramebufferANGLE() 2775 Framebuffer *fbo = context->getState().getDrawFramebuffer(); in ValidateClear() 2815 state.getDrawFramebuffer())) in ValidateClear() 2826 Framebuffer *framebuffer = state.getDrawFramebuffer(); in ValidateClear()
|
H A D | State.cpp | 3291 Framebuffer *framebuffer = getDrawFramebuffer(); in getIntegerv() 3320 const Framebuffer *framebuffer = getDrawFramebuffer(); in getIntegerv() 3335 const Framebuffer *framebuffer = getDrawFramebuffer(); in getIntegerv()
|
H A D | GLES1Renderer.cpp | 314 const Framebuffer *drawFramebuffer = glState->getDrawFramebuffer(); in prepareForDraw()
|
H A D | State.h | 866 Framebuffer *getDrawFramebuffer() const { return mDrawFramebuffer; } in getDrawFramebuffer() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | ContextWgpu.cpp | 580 webgpu::GetImpl(context->getState().getDrawFramebuffer()); in syncState() 1159 const gl::Framebuffer *framebuffer = mState.getDrawFramebuffer(); in handleDirtyViewport() 1199 const gl::Framebuffer *framebuffer = mState.getDrawFramebuffer(); in handleDirtyScissor() 1230 FramebufferWgpu *drawFramebufferWgpu = webgpu::GetImpl(mState.getDrawFramebuffer()); in handleDirtyRenderPass()
|
H A D | wgpu_helpers.cpp | 182 GetImplAs<FramebufferWgpu>(contextWgpu->getState().getDrawFramebuffer()); in flushSingleLevelUpdates()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | ContextMtl.mm | 301 FramebufferMtl *fbo = mtl::GetImpl(getState().getDrawFramebuffer()); 1112 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); 1163 FramebufferMtl *framebufferMtl = mtl::GetImpl(glState.getDrawFramebuffer()); 1889 FramebufferMtl *currentframebuffer = mtl::GetImpl(getState().getDrawFramebuffer()); 2155 FramebufferMtl *framebufferMtl = mtl::GetImpl(glState.getDrawFramebuffer()); 2214 FramebufferMtl *framebufferMtl = mtl::GetImpl(glState.getDrawFramebuffer()); 2235 FramebufferMtl *newDrawFramebuffer = mtl::GetImpl(glState.getDrawFramebuffer()); 2254 ASSERT(framebuffer == mtl::GetImpl(glState.getDrawFramebuffer())); 2278 FramebufferMtl *framebuffer = mtl::GetImpl(glState.getDrawFramebuffer()); 2469 FramebufferMtl *framebufferMtl = mtl::GetImpl(context->getState().getDrawFramebuffer());
|
H A D | FrameBufferMtl.mm | 769 if (mtl::GetImpl(glState.getDrawFramebuffer()) == this) 781 mtl::GetImpl(context->getState().getDrawFramebuffer());
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | FramebufferGL.cpp | 60 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in GetBlitFramebufferBounds() 816 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in blit() 1445 if (attachment && mState.id() == context->getState().getDrawFramebuffer()->id()) in syncState()
|
H A D | StateManagerGL.cpp | 2109 const gl::Framebuffer *framebuffer = state.getDrawFramebuffer(); in syncState() 2253 gl::Framebuffer *framebuffer = state.getDrawFramebuffer(); in syncState() 2365 state.getDrawFramebuffer()->getImplementation()->getState()); in syncState() 2424 GetImplAs<FramebufferGL>(state.getDrawFramebuffer())); in syncState()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 858 const auto *framebuffer = context->getState().getDrawFramebuffer(); in checkPresentPath() 1134 mFramebuffer11 = GetImplAs<Framebuffer11>(state.getDrawFramebuffer()); in syncState() 1136 state.getDrawFramebuffer()->getSamples(context) != 0)) in syncState() 1418 gl::Framebuffer *framebuffer = glState.getDrawFramebuffer(); in syncScissorRectangle() 1451 gl::Framebuffer *framebuffer = glState.getDrawFramebuffer(); in syncViewport() 1565 gl::Framebuffer *fbo = context->getState().getDrawFramebuffer(); in processFramebufferInvalidation()
|
H A D | Context11.cpp | 971 const auto *drawFBO = glState.getDrawFramebuffer(); in triggerDrawCallProgramRecompilation()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.cpp | 46 const auto *framebufferObject = state.getDrawFramebuffer(); in GetClearParameters()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 1135 gl::Framebuffer *framebuffer = glState.getDrawFramebuffer(); in updateState() 1187 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in setBlendDepthRasterStates() 1806 const gl::Framebuffer *drawFramebuffer = state.getDrawFramebuffer(); in applyShaders()
|
H A D | StateManager9.cpp | 328 const gl::Framebuffer *framebuffer = glState.getDrawFramebuffer(); in setBlendDepthRasterStates()
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | serialize.cpp | 580 SerializeResourceID(json, "DrawFramebufferID", state.getDrawFramebuffer()); in SerializeContextState()
|