Searched refs:SVGA3D_RT_COLOR0 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_reg.h617 SVGA3D_RT_COLOR0 = 2, enumerator in enum:__anon14672
629 #define SVGA3D_MAX_RT_COLOR (SVGA3D_RT_COLOR7 - SVGA3D_RT_COLOR0 + 1)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp4301 case SVGA3D_RT_COLOR0:
4328 hr = pContext->pDevice->SetRenderTarget(type - SVGA3D_RT_COLOR0, pDummyRenderTarget);
4332 hr = pContext->pDevice->SetRenderTarget(type - SVGA3D_RT_COLOR0, NULL);
4460 case SVGA3D_RT_COLOR0:
4554 hr = pContext->pDevice->SetRenderTarget(type - SVGA3D_RT_COLOR0, pSurface);
H A DDevVGA-SVGA3d-ogl.cpp5802 case SVGA3D_RT_COLOR0:
5811 pState->ext.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + type - SVGA3D_RT_COLOR0, 0, 0, 0);
5880 case SVGA3D_RT_COLOR0:
5902 pState->ext.glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + type - SVGA3D_RT_COLOR0, GL_TEXTURE_2D, pRenderTarget->oglId.texture, target.mipmap);

Completed in 2638 milliseconds