Home | History | Annotate | Download | only in egl

Lines Matching refs:stencilBits

372 tcu::TextureFormat getStencilFormat (int stencilBits)
374 switch (stencilBits)
382 void renderReference (const tcu::PixelBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, const tcu::PixelFormat& colorBits, const int depthBits, const int stencilBits, const int numSamples)
415 if (stencilBits > 0)
417 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
706 const int stencilBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_STENCIL_SIZE);
724 log << TestLog::Message << "EGL_STENCIL_SIZE = " << stencilBits << TestLog::EndMessage;
789 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
909 const int stencilBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_STENCIL_SIZE);
932 log << TestLog::Message << "EGL_STENCIL_SIZE = " << stencilBits << TestLog::EndMessage;
1017 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);