HomeSort by relevance Sort by last modified time
    Searched refs:PixelFormat (Results 276 - 300 of 361) sorted by null

<<1112131415

  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 736 return tcu::RenderTarget(width, height, tcu::PixelFormat(redBits, greenBits, blueBits, alphaBits), depthBits, stencilBits, numSamples);
  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 342 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height);
es2fTextureFilteringTests.cpp 299 const tcu::PixelFormat pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
300 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
309 lookupPrecision.colorMask = getCompareMask(pixelFormat);
312 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
585 const tcu::PixelFormat pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
586 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
595 lookupPrecision.colorMask = getCompareMask(pixelFormat);
598 &texCoord[0], sampleParams, lookupPrecision, lodPrecision, pixelFormat);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 327 UVec4 compareThreshold = (m_useSrgbFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint()
es3fStencilTests.cpp 345 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height);
es3fTextureFilteringTests.cpp 299 const tcu::PixelFormat pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
300 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
309 lookupPrecision.colorMask = getCompareMask(pixelFormat);
312 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
323 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
612 const tcu::PixelFormat pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
613 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
622 lookupPrecision.colorMask = getCompareMask(pixelFormat);
    [all...]
es3fTextureWrapTests.cpp 334 const tcu::PixelFormat pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
335 const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 : 2), tcu::IVec4(0));
344 lookupPrecision.colorMask = getCompareMask(pixelFormat);
349 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 375 const tcu::PixelFormat pixelFormat = renderCtx.getRenderTarget().getPixelFormat();
377 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
386 lookupPrecision.colorMask = getCompareMask(pixelFormat);
389 &texCoord[0], refParams, lookupPrecision, coordBits, lodPrecision, pixelFormat);
400 &texCoord[0], refParams, lookupPrecision, coordBits, lodPrecision, pixelFormat);
es31fTextureBorderClampTests.cpp     [all...]
  /external/drm_hwcomposer/
glworker.cpp 33 #include <ui/PixelFormat.h>
  /external/opencv3/modules/highgui/src/
window_w32.cpp 600 int PixelFormat;
628 PixelFormat = ChoosePixelFormat(hGLDC, &pfd);
629 if (!PixelFormat)
630 CV_ERROR( CV_OpenGlApiCallError, "Can't Find A Suitable PixelFormat" );
632 if (!SetPixelFormat(hGLDC, PixelFormat, &pfd))
633 CV_ERROR( CV_OpenGlApiCallError, "Can't Set The PixelFormat" );
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 277 static inline SkColorType convertPixelFormat(PixelFormat format) {
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
Cat.java 310 return PixelFormat.TRANSLUCENT;
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 684 status_t BufferQueueConsumer::setDefaultBufferFormat(PixelFormat defaultFormat) {
  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 49 const PixelFormat DEFAULT_FORMAT = HAL_PIXEL_FORMAT_RGBA_8888;
  /frameworks/rs/driver/
rsdGL.cpp 17 #include <ui/PixelFormat.h>
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyMetadataMapper.java 20 import android.graphics.PixelFormat;
63 public static final int HAL_PIXEL_FORMAT_RGBA_8888 = PixelFormat.RGBA_8888;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 36 import android.graphics.PixelFormat;
194 mRequestedFormat = PixelFormat.RGBX_8888;
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 25 import android.graphics.PixelFormat;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 39 import android.graphics.PixelFormat;
343 return PixelFormat.TRANSLUCENT;
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputService.java 29 import android.graphics.PixelFormat;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 32 import android.graphics.PixelFormat;
676 SURFACE_TITLE, mTempPoint.x, mTempPoint.y, PixelFormat.TRANSLUCENT,
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
SlidingPaneLayout.java 24 import android.graphics.PixelFormat;
427 return bg.getOpacity() == PixelFormat.OPAQUE;
    [all...]
  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
CarDrawerLayout.java 24 import android.graphics.PixelFormat;
815 return bg != null && bg.getOpacity() == PixelFormat.OPAQUE;
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 184 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, int height)
194 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt)
    [all...]

Completed in 1256 milliseconds

<<1112131415