Home | History | Annotate | Download | only in functional

Lines Matching refs:deUint32

57 	BasicFboMultisampleCase (Context& context, const char* name, const char* desc, deUint32 colorFormat, deUint32 depthStencilFormat, const IVec2& size, int numSamples)
88 deUint32 gradShaderID = getCurrentContext()->createProgram(&gradShader);
89 deUint32 flatShaderID = getCurrentContext()->createProgram(&flatShader);
90 deUint32 msaaFbo = 0;
91 deUint32 resolveFbo = 0;
92 deUint32 msaaColorRbo = 0;
93 deUint32 resolveColorRbo = 0;
94 deUint32 msaaDepthStencilRbo = 0;
95 deUint32 resolveDepthStencilRbo = 0;
100 deUint32& fbo = ndx ? resolveFbo : msaaFbo;
101 deUint32& colorRbo = ndx ? resolveColorRbo : msaaColorRbo;
102 deUint32& depthStencilRbo = ndx ? resolveDepthStencilRbo : msaaDepthStencilRbo;
243 deUint32 m_colorFormat;
244 deUint32 m_depthStencilFormat;
260 static const deUint32 colorFormats[] =
289 static const deUint32 depthStencilFormats[] =