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;
159 display.describeConfig(config, pixelFmt);
207 renderReference(refFrame, clears, pixelFmt);
211 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
297 tcu::PixelFormat pixelFmt;
302 display.describeConfig(config, pixelFmt);
378 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec());
385 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
teglRenderTests.cpp 701 const tcu::PixelFormat pixelFmt = getPixelFormat(display, config);
716 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage;
717 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage;
718 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage;
719 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage;
785 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1);
886 const tcu::PixelFormat pixelFmt = getPixelFormat(display, config);
906 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage;
907 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage;
908 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 99 int32_t pixelFmt,
109 err = native_window_set_buffers_format(anw.get(), pixelFmt);
135 width, height, pixelFmt);
153 * pixelFmt - format of the pixelBuffer, one of:
163 int32_t pixelFmt, // Format of the pixelBuffer
169 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize);
215 uint64_t tmpSize = (pixelFmt == HAL_PIXEL_FORMAT_BLOB) ? grallocBufWidth :
217 if (bufFmt != pixelFmt) {
218 if (bufFmt == HAL_PIXEL_FORMAT_RGBA_8888 && pixelFmt == HAL_PIXEL_FORMAT_BLOB) {
223 ", but received buffer with format %#" PRIx32, __FUNCTION__, pixelFmt, bufFmt)
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 591 tcu::PixelFormat pixelFmt;
596 eglGetConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits);
597 eglGetConfigAttrib(m_eglDisplay, m_eglConfig, EGL_GREEN_SIZE, &pixelFmt.greenBits);
598 eglGetConfigAttrib(m_eglDisplay, m_eglConfig, EGL_BLUE_SIZE, &pixelFmt.blueBits);
599 eglGetConfigAttrib(m_eglDisplay, m_eglConfig, EGL_ALPHA_SIZE, &pixelFmt.alphaBits);
607 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 269 milliseconds