Home | History | Annotate | Download | only in egl

Lines Matching refs:stencilBits

336 tcu::TextureFormat getStencilFormat (int stencilBits)
338 switch (stencilBits)
346 void renderReference (const tcu::PixelBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, const tcu::PixelFormat& colorBits, const int depthBits, const int stencilBits, const int numSamples)
379 if (stencilBits > 0)
381 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
703 const int stencilBits = display.getConfigAttrib(config, EGL_STENCIL_SIZE);
721 log << TestLog::Message << "EGL_STENCIL_SIZE = " << stencilBits << TestLog::EndMessage;
785 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
888 const int stencilBits = display.getConfigAttrib(config, EGL_STENCIL_SIZE);
911 log << TestLog::Message << "EGL_STENCIL_SIZE = " << stencilBits << TestLog::EndMessage;
996 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);