Searched refs:pixelFmt (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/egl/
H A DteglColorClearCase.cpp151 tcu::PixelFormat pixelFmt; local
153 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &pixelFmt.redBits);
154 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &pixelFmt.greenBits);
155 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &pixelFmt.blueBits);
156 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &pixelFmt.alphaBits);
158 return pixelFmt;
180 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); local
243 renderReference(refFrame, clears, pixelFmt);
247 tcu::RGBA eps = pixelFmt.alphaBits == 1 ? RGBA(1,1,1,127) : RGBA(1,1,1,1);
248 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt
342 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); local
[all...]
H A DteglRenderTests.cpp704 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); local
719 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage;
720 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage;
721 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage;
722 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage;
789 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
907 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); local
927 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage;
928 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage;
929 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt
[all...]
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp410 tcu::PixelFormat pixelFmt; local
415 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits);
416 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_GREEN_SIZE, &pixelFmt.greenBits);
417 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_BLUE_SIZE, &pixelFmt.blueBits);
418 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_ALPHA_SIZE, &pixelFmt.alphaBits);
426 m_glRenderTarget = tcu::RenderTarget(width, height, pixelFmt, depthBits, stencilBits, numSamples);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp158 tcu::TextureFormat toTextureFormat (const tcu::PixelFormat& pixelFmt) argument
162 tcu::PixelFormat pixelFmt; member in struct:sglr::__anon4156
175 if (pixelFormatMap[ndx].pixelFmt == pixelFmt)

Completed in 497 milliseconds