HomeSort by relevance Sort by last modified time
    Searched refs: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 739 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
740 const float threshold = getColorThreshold(pixelFmt);
756 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage;
757 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage;
758 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage;
759 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage;
767 randomizeDrawOp(rnd, *drawOp, (pixelFmt.alphaBits == 1));
826 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
943 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
944 const float threshold = getColorThreshold(pixelFmt);
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 451 tcu::PixelFormat pixelFmt;
456 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits);
457 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_GREEN_SIZE, &pixelFmt.greenBits);
458 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_BLUE_SIZE, &pixelFmt.blueBits);
459 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_ALPHA_SIZE, &pixelFmt.alphaBits);
467 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 242 milliseconds