HomeSort by relevance Sort by last modified time
    Searched defs:pixelFmt (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/egl/
teglColorClearCase.cpp 151 tcu::PixelFormat pixelFmt;
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);
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.getColorThreshold(), tcu::COMPARE_LOG_RESULT)
    [all...]
teglRenderTests.cpp 733 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
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);
938 const float threshold = getColorThreshold(pixelFmt);
959 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 442 tcu::PixelFormat pixelFmt;
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/framework/opengl/simplereference/
sglrReferenceContext.cpp 158 tcu::TextureFormat toTextureFormat (const tcu::PixelFormat& pixelFmt)
162 tcu::PixelFormat pixelFmt;
175 if (pixelFormatMap[ndx].pixelFmt == pixelFmt)
    [all...]

Completed in 775 milliseconds