Home | History | Annotate | Download | only in opengl

Lines Matching refs:deUint32

64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat)
70 static void getDepthStencilBits (deUint32 depthStencilFormat, int* depthBits, int* stencilBits)
78 deUint32 chooseColorFormat (const glu::RenderConfig& config)
80 static const deUint32 s_formats[] =
94 const deUint32 format = s_formats[fmtNdx];
119 deUint32 chooseDepthStencilFormat (const glu::RenderConfig& config)
121 static const deUint32 s_formats[] =
133 const deUint32 format = s_formats[fmtNdx];
210 const deUint32 colorFormat = chooseColorFormat(config);
211 const deUint32 depthStencilFormat = chooseDepthStencilFormat(config);