Home
last modified time | relevance | path

Searched refs:colorAttachments (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc239 VkAttachmentReference2 colorAttachments[2] = {
282 .pColorAttachments = colorAttachments,
303 VkRenderingAttachmentInfo colorAttachments[2] = {
358 .pColorAttachments = colorAttachments,
DVK_KHR_dynamic_rendering.adoc358 VkRenderingAttachmentInfoKHR colorAttachments[2] = {
399 .pColorAttachments = colorAttachments,
DVK_QCOM_tile_properties.adoc137 .pColorAttachments = colorAttachments,
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2506 std::vector<GLenum> colorAttachments(getCaps()->maxDrawBuffers); in queryCurrFboBits() local
2507 std::iota(colorAttachments.begin(), colorAttachments.end(), GL_COLOR_ATTACHMENT0); in queryCurrFboBits()
2510 for (auto attachment : colorAttachments) { in queryCurrFboBits()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp635 std::vector<GLenum> colorAttachments(ctx->getCaps()->maxDrawBuffers); in sUpdateFboEmulation() local
636 std::iota(colorAttachments.begin(), colorAttachments.end(), GL_COLOR_ATTACHMENT0); in sUpdateFboEmulation()
653 colorAttachments, {GL_SRGB8_ALPHA8})) in sUpdateFboEmulation()