Home
last modified time | relevance | path

Searched refs:gasbuf (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGas.cpp52 } gasbuf; variable
71 glGenFramebuffers(1, (GLuint*)&gasbuf.acc); in GasInitialize()
72 glGenFramebuffers(1, (GLuint*)&gasbuf.shading); in GasInitialize()
75 glGenRenderbuffers(1, (GLuint*)&gasbuf.accZ); in GasInitialize()
89 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.acc); in GasInitialize()
94 glBindRenderbuffer(GL_RENDERBUFFER, gasbuf.accZ) ; in GasInitialize()
96 glFramebufferRenderbuffer( GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, gasbuf.accZ); in GasInitialize()
106 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.shading); in GasInitialize()
251 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.acc); in GasAccumulation()
329 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.shading); in GasShading()
[all …]
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGas.cpp50 } gasbuf; variable
68 glGenFramebuffers(1, (GLuint*)&gasbuf.acc); in GasInitialize()
70 glGenRenderbuffers(1, (GLuint*)&gasbuf.accColor); in GasInitialize()
81 glBindRenderbuffer(GL_RENDERBUFFER, gasbuf.accColor); in GasInitialize()
85 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.acc); in GasInitialize()
86 … glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, gasbuf.accColor); in GasInitialize()
241 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.acc); in GasAccumulation()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGas.cpp35 } gasbuf; variable
53 glGenFramebuffers(1, (GLuint*)&gasbuf.acc); in GasInitialize()
55 glGenRenderbuffers(1, (GLuint*)&gasbuf.accColor); in GasInitialize()
68 glBindRenderbuffer(GL_RENDERBUFFER, gasbuf.accColor); in GasInitialize()
72 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.acc); in GasInitialize()
73 … glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, gasbuf.accColor); in GasInitialize()
302 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.acc); in GasAccumulation()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/
DGas.cpp50 } gasbuf; variable
71 glGenFramebuffers(1, (GLuint*)&gasbuf.acc); in GasInitialize()
73 glGenRenderbuffers(1, (GLuint*)&gasbuf.accColor); in GasInitialize()
80 glBindRenderbuffer(GL_RENDERBUFFER, gasbuf.accColor); in GasInitialize()
84 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.acc); in GasInitialize()
85 … glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, gasbuf.accColor); in GasInitialize()
252 glBindFramebuffer(GL_FRAMEBUFFER, gasbuf.acc); in GasAccumulation()