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

/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp442 tcu::PixelFormat pixelFmt; local
447 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits);
448 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_GREEN_SIZE, &pixelFmt.greenBits);
449 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_BLUE_SIZE, &pixelFmt.blueBits);
450 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_ALPHA_SIZE, &pixelFmt.alphaBits);
458 m_glRenderTarget = tcu::RenderTarget(width, height, pixelFmt, depthBits, stencilBits, numSamples);
/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
343 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); local
[all...]
H A DteglRenderTests.cpp733 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); local
734 const float threshold = getColorThreshold(pixelFmt);
750 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage;
751 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage;
752 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage;
753 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage;
820 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
937 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); local
938 const float threshold = getColorThreshold(pixelFmt);
959 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt
[all...]
/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::__anon4809
175 if (pixelFormatMap[ndx].pixelFmt == pixelFmt)

Completed in 208 milliseconds