/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.h | 447 const gl::Framebuffer *drawFramebuffer); 452 const gl::Framebuffer *drawFramebuffer); 455 const gl::Framebuffer *drawFramebuffer); 468 const gl::Framebuffer *drawFramebuffer); 471 const gl::Framebuffer *drawFramebuffer);
|
D | vk_cache_utils.cpp | 1236 const gl::Framebuffer *drawFramebuffer) in updateDepthTestEnabled() argument 1240 setDepthTestEnabled(depthStencilState.depthTest && drawFramebuffer->hasDepth()); in updateDepthTestEnabled() 1253 const gl::Framebuffer *drawFramebuffer) in updateDepthWriteEnabled() argument 1256 setDepthWriteEnabled(drawFramebuffer->hasDepth() ? depthStencilState.depthMask : false); in updateDepthWriteEnabled() 1262 const gl::Framebuffer *drawFramebuffer) in updateStencilTestEnabled() argument 1266 setStencilTestEnabled(depthStencilState.stencilTest && drawFramebuffer->hasStencil()); in updateStencilTestEnabled() 1313 const gl::Framebuffer *drawFramebuffer) in updateStencilFrontWriteMask() argument 1317 drawFramebuffer->hasStencil() ? depthStencilState.stencilWritemask : 0)); in updateStencilFrontWriteMask() 1324 const gl::Framebuffer *drawFramebuffer) in updateStencilBackWriteMask() argument 1328 drawFramebuffer->hasStencil() ? depthStencilState.stencilBackWritemask : 0)); in updateStencilBackWriteMask()
|
D | ContextVk.cpp | 152 uint32_t GetCoverageSampleCount(const gl::State &glState, FramebufferVk *drawFramebuffer) in GetCoverageSampleCount() argument 161 std::round(glState.getSampleCoverageValue() * drawFramebuffer->getSamples())); in GetCoverageSampleCount() 2773 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in syncState() local 2774 mDrawFramebuffer = vk::GetImpl(drawFramebuffer); in syncState() 2789 depthStencilState, drawFramebuffer); in syncState() 2791 depthStencilState, drawFramebuffer); in syncState() 2793 depthStencilState, drawFramebuffer); in syncState() 2795 &mGraphicsPipelineTransition, depthStencilState, drawFramebuffer); in syncState() 2797 &mGraphicsPipelineTransition, depthStencilState, drawFramebuffer); in syncState() 2950 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in updateFlipViewportDrawFramebuffer() local [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | validationES.cpp | 1387 Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in ValidateBlitFramebufferParameters() local 1389 if (!readFramebuffer || !drawFramebuffer) in ValidateBlitFramebufferParameters() 1400 if (!ValidateFramebufferComplete(context, drawFramebuffer)) in ValidateBlitFramebufferParameters() 1408 if ((readFramebuffer->id() == drawFramebuffer->id()) && in ValidateBlitFramebufferParameters() 1409 ((drawFramebuffer->id() != Framebuffer::kDefaultDrawFramebufferHandle) || in ValidateBlitFramebufferParameters() 1418 if (!ValidateFramebufferNotMultisampled(context, drawFramebuffer, false)) in ValidateBlitFramebufferParameters() 1444 drawbufferIdx < drawFramebuffer->getDrawbufferStateCount(); ++drawbufferIdx) in ValidateBlitFramebufferParameters() 1447 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferParameters() 1527 else if (drawFramebuffer->hasEnabledDrawBuffer()) in ValidateBlitFramebufferParameters() 1543 drawFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferParameters() [all …]
|
D | State.cpp | 1591 Framebuffer *drawFramebuffer = mDrawFramebuffer; in detachRenderbuffer() local 1598 if (drawFramebuffer && drawFramebuffer != readFramebuffer) in detachRenderbuffer() 1600 if (drawFramebuffer->detachRenderbuffer(context, renderbuffer)) in detachRenderbuffer()
|
D | Context_gl_4_5_autogen.h | 15 void blitNamedFramebuffer(GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, \
|
D | validationES2.cpp | 2707 Framebuffer *drawFramebuffer = context->getState().getDrawFramebuffer(); in ValidateBlitFramebufferANGLE() local 2714 drawFramebuffer->getFirstColorAttachment(); in ValidateBlitFramebufferANGLE() 2731 drawbufferIdx < drawFramebuffer->getDrawbufferStateCount(); ++drawbufferIdx) in ValidateBlitFramebufferANGLE() 2734 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferANGLE() 2781 drawFramebuffer->getAttachment(context, attachments[i]); in ValidateBlitFramebufferANGLE()
|
D | validationGL45_autogen.h | 23 GLuint drawFramebuffer,
|
D | validationGL45.cpp | 21 GLuint drawFramebuffer, in ValidateBlitNamedFramebuffer() argument
|
D | Context.cpp | 3641 Framebuffer *drawFramebuffer = mState.getDrawFramebuffer(); in blitFramebuffer() local 3642 ASSERT(drawFramebuffer); in blitFramebuffer() 3654 ANGLE_CONTEXT_TRY(drawFramebuffer->blit(this, srcArea, dstArea, mask, filter)); in blitFramebuffer()
|
D | Context_gl.cpp | 2869 GLuint drawFramebuffer, in blitNamedFramebuffer() argument
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 1126 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in setBlendDepthRasterStates() local 1127 ASSERT(!drawFramebuffer->hasAnyDirtyBit()); in setBlendDepthRasterStates() 1133 drawFramebuffer->getFirstColorAttachment(); in setBlendDepthRasterStates() 1744 const gl::Framebuffer *drawFramebuffer = state.getDrawFramebuffer(); in applyShaders() local 1745 programD3D->updateCachedOutputLayout(context, drawFramebuffer); in applyShaders()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | BlitFramebufferANGLETest.cpp | 320 void multisampleTestHelper(GLuint readFramebuffer, GLuint drawFramebuffer) in multisampleTestHelper() argument 328 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, drawFramebuffer); in multisampleTestHelper() 333 glBindFramebuffer(GL_READ_FRAMEBUFFER, drawFramebuffer); in multisampleTestHelper()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.cpp | 51 GLuint drawFramebuffer, in BlitNamedFramebuffer() argument 68 CID(context), readFramebuffer, drawFramebuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, in BlitNamedFramebuffer() 77 ValidateBlitNamedFramebuffer(context, readFramebuffer, drawFramebuffer, srcX0, srcY0, in BlitNamedFramebuffer() 81 context->blitNamedFramebuffer(readFramebuffer, drawFramebuffer, srcX0, srcY0, srcX1, in BlitNamedFramebuffer() 84 ANGLE_CAPTURE(BlitNamedFramebuffer, isCallValid, context, readFramebuffer, drawFramebuffer, in BlitNamedFramebuffer()
|
D | entry_points_gl_4_5_autogen.h | 21 GLuint drawFramebuffer,
|
D | libGL_autogen.cpp | 5443 GLuint drawFramebuffer, in glBlitNamedFramebuffer() argument 5455 return gl::BlitNamedFramebuffer(readFramebuffer, drawFramebuffer, srcX0, srcY0, srcX1, srcY1, in glBlitNamedFramebuffer()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 1218 const gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in handleMultiviewDrawFramebufferChange() local 1219 ASSERT(drawFramebuffer != nullptr); in handleMultiviewDrawFramebufferChange() 1221 if (drawFramebuffer->isMultiview()) in handleMultiviewDrawFramebufferChange()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | null_functions.h | 108 GLuint drawFramebuffer,
|
D | null_functions.cpp | 153 GLuint drawFramebuffer, in glBlitNamedFramebufferNULL() argument
|
/device/generic/vulkan-cereal/include/GL/ |
D | GLcorearb.h | 2708 …NTRYP PFNGLBLITNAMEDFRAMEBUFFERPROC) (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0,… 2819 GLAPI void APIENTRY glBlitNamedFramebuffer (GLuint readFramebuffer, GLuint drawFramebuffer, GLint s…
|