/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
vktProtectedMemBlitImageTests.cpp | 157 (vk::VkFramebuffer)0u, // framebuffer
|
vktProtectedMemCopyImageTests.cpp | 157 (vk::VkFramebuffer)0u, // framebuffer
|
vktProtectedMemFillUpdateCopyBufferTests.cpp | 184 (vk::VkFramebuffer)0u, // framebuffer
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
vktQueryPoolStatisticsTests.cpp | 124 const VkFramebuffer framebuffer = (VkFramebuffer)0u, 133 framebuffer, // framebuffer [all...] |
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationInvarianceTests.cpp | [all...] |
/external/deqp/framework/platform/lnx/X11/ |
tcuLnxX11GlxPlatform.cpp | 608 TCU_CHECK_MSG(fbConfigs != DE_NULL, "Couldn't query framebuffer configurations");
|
/external/deqp/modules/egl/ |
teglPartialUpdateTests.cpp | 545 // Set empty damage region to avoid invalidating the framebuffer. The damage area is invalidated
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeTextureApiTests.cpp | [all...] |
es2fRasterizationTests.cpp | 583 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "max framebuffer size isn't large enough to test max point size"); 598 // Create a framebuffer that is (fboWidth)x(fboHeight), cleared to green: 613 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "couldn't complete a framebuffer suitable to test max point size"); 620 // (Framebuffer is still bound.) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboStateQueryTests.cpp | 1010 addChild(new DefaultFramebufferCase(m_context, (std::string(fboTargets[ndx].name) + "default_framebuffer").c_str(), "default framebuffer", fboTargets[ndx].target)); [all...] |
es3fOcclusionQueryTests.cpp | 409 << "Framebuffer read result: Target " << (colorReadResult ? "visible" : "invisible") << tcu::TestLog::EndMessage;
|
/external/deqp/modules/gles31/functional/ |
es31fAdvancedBlendTests.cpp | 82 RENDERTARGETTYPE_DEFAULT = 0, //!< Default framebuffer
|
es31fFboTestUtil.cpp | 480 : TestError ("Framebuffer is not complete", getFboIncompleteReasonName(reason), file, line)
|
/external/drm_hwcomposer/ |
hwcomposer.cpp | 370 // In prepare() we marked all layers FRAMEBUFFER between SKIP_LAYER's.
|
/external/libvncserver/ |
configure.ac | 54 AH_TEMPLATE(ALLOW24BPP, [Enable 24 bit per pixel in native framebuffer])
|
/external/mesa3d/docs/relnotes/ |
11.0.0.html | 116 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89131">Bug 89131</a> - [Bisected] Graphical corruption in Weston, shows old framebuffer pieces</li>
|
11.2.0.html | 226 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93957">Bug 93957</a> - [HSW] Mishandling of sample count when using an attachment-less framebuffer (assertion error)</li>
|
12.0.2.html | 57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=94148">Bug 94148</a> - Framebuffer considered invalid when a draw call is done before glCheckFramebufferStatus</li>
|
7.11.1.html | 75 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39193">Bug 39193</a> - [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap</li>
|
7.9.1.html | 149 <li>st/mesa: replace assertion w/ conditional in framebuffer invalidation</li>
|
/external/mesa3d/include/GLES3/ |
gl32.h | 385 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer); 464 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer); 527 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); [all...] |
/external/mesa3d/include/vulkan/ |
vulkan.h | 2112 VkFramebuffer framebuffer; member in struct:VkCommandBufferInheritanceInfo 2234 VkFramebuffer framebuffer; member in struct:VkRenderPassBeginInfo [all...] |
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_state.c | 130 struct compiled_framebuffer_state *cs = &ctx->framebuffer;
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nv30_miptree.c | 243 util_blitter_save_framebuffer(nv30->blitter, &nv30->framebuffer);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_shader_state.c | 178 struct pipe_framebuffer_state *fb = &nv50->framebuffer;
|