Lines Matching defs:size
95 const IVec2& size = ndx ? m_dstSize : m_srcSize;
101 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y());
333 BlitColorConversionCase (Context& context, const char* name, const char* desc, deUint32 srcFormat, deUint32 dstFormat, const IVec2& size)
337 , m_size (size)
521 const IVec2& size = ndx ? m_dstSize : m_srcSize;
527 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y());
532 glRenderbufferStorage(GL_RENDERBUFFER, m_depthFormat, size.x(), size.y());
538 glRenderbufferStorage(GL_RENDERBUFFER, m_stencilFormat, size.x(), size.y());
755 throw tcu::NotSupportedError("Viewport size " + de::toString(minViewportSize) + "x" + de::toString(minViewportSize) + " required");