HomeSort by relevance Sort by last modified time
    Searched refs:pixelFmt (Results 1 - 5 of 5) 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 704 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
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);
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.blueBits << TestLog::EndMessage
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 410 tcu::PixelFormat pixelFmt;
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);
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 142 * pixelFmt - format of the pixelBuffer, one of:
152 int32_t pixelFmt, // Format of the pixelBuffer
158 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize);
204 uint64_t tmpSize = (pixelFmt == HAL_PIXEL_FORMAT_BLOB) ? grallocBufWidth :
206 if (bufFmt != pixelFmt) {
207 if (bufFmt == HAL_PIXEL_FORMAT_RGBA_8888 && pixelFmt == HAL_PIXEL_FORMAT_BLOB) {
212 ", but received buffer with format %#" PRIx32, __FUNCTION__, pixelFmt, bufFmt);
224 ALOGV("%s: Pixel format chosen: %x", __FUNCTION__, pixelFmt);
225 switch(pixelFmt) {
332 ALOGE("%s: Invalid pixel format in produceFrame: %x", __FUNCTION__, pixelFmt);
    [all...]
  /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 240 milliseconds