HomeSort by relevance Sort by last modified time
    Searched defs:pixelFormat (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 318 const tcu::PixelFormat pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
319 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
328 lookupPrecision.colorMask = getCompareMask(pixelFormat);
331 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
342 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
633 const tcu::PixelFormat pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
634 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
643 lookupPrecision.colorMask = getCompareMask(pixelFormat);
    [all...]
es3fTextureShadowTests.cpp 105 const tcu::PixelFormat& pixelFormat)
110 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).swizzle(1,2,3);
126 sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), clampedSource, texCoord, sampleParams);
133 sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), src, texCoord, sampleParams);
364 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
374 texComparePrecision.resultBits = pixelFormat.redBits-1;
377 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat);
388 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat);
    [all...]
es3fShaderDerivateTests.cpp 682 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
687 << "\tColor depth: R=" << pixelFormat.redBits << ", G=" << pixelFormat.greenBits << ", B=" << pixelFormat.blueBits << ", A=" << pixelFormat.alphaBits
851 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
852 const tcu::IVec4 channelBits (pixelFormat.redBits, pixelFormat.greenBits, pixelFormat.blueBits, pixelFormat.alphaBits)
    [all...]
es3fTextureMipmapTests.cpp 392 const tcu::PixelFormat& pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
402 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
403 lookupPrec.colorMask = getCompareMask(pixelFormat);
434 sampleTexture(tcu::SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH),
    [all...]
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
SurfaceCompositionMeasuringActivity.java 29 import android.graphics.PixelFormat;
52 * measureCompositionScore(pixelFormat)
57 * measureAllocationScore(pixelFormat)
79 PixelFormat.TRANSLUCENT,
80 PixelFormat.TRANSPARENT,
81 PixelFormat.OPAQUE,
82 PixelFormat.RGBA_8888,
83 PixelFormat.RGBX_8888,
84 PixelFormat.RGB_888,
85 PixelFormat.RGB_565
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 576 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
639 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat)
650 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat);
663 GLenum pixelFormat)
667 if (pb && !pb->init(pixelFormat)) {
1070 GLenum pixelFormat;
1071 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE)
    [all...]
  /external/ImageMagick/coders/
dds.c 141 pixelformat;
139 pixelformat; member in struct:_DDSInfo
    [all...]
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cComputeShaderTests.cpp 66 : renderTarget(m_context.getRenderContext().getRenderTarget()), pixelFormat(renderTarget.getPixelFormat())
69 if (pixelFormat.redBits != 0 && pixelFormat.greenBits != 0 && pixelFormat.blueBits != 0 &&
70 pixelFormat.alphaBits != 0)
72 g_color_eps = vec4(1.f / ((float)(1 << pixelFormat.redBits) - 1.0f),
73 1.f / ((float)(1 << pixelFormat.greenBits) - 1.0f),
74 1.f / ((float)(1 << pixelFormat.blueBits) - 1.0f),
75 1.f / ((float)(1 << pixelFormat.alphaBits) - 1.0f)) +
78 else if (pixelFormat.redBits != 0 && pixelFormat.greenBits != 0 && pixelFormat.blueBits != 0
    [all...]
gl4cES31CompatibilityShaderImageLoadStoreTests.cpp 246 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
247 vec4 g_color_eps = vec4(1.f / (float)(1 << pixelFormat.redBits), 1.f / (float)(1 << pixelFormat.greenBits),
248 1.f / (float)(1 << pixelFormat.blueBits), 1.f);
    [all...]
gl4cTextureGatherTests.cpp 60 TGBase() : renderTarget(m_context.getRenderContext().getRenderTarget()), pixelFormat(renderTarget.getPixelFormat())
62 g_color_eps = Vec4(1.f / (float)(1 << pixelFormat.redBits), 1.f / (float)(1 << pixelFormat.greenBits),
63 1.f / (float)(1 << pixelFormat.blueBits), 1.f / (float)(1 << pixelFormat.alphaBits));
67 const tcu::PixelFormat& pixelFormat;
    [all...]
gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp 271 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
272 vec3 g_color_eps = vec3(1.f / (float)(1 << pixelFormat.redBits), 1.f / (float)(1 << pixelFormat.greenBits),
273 1.f / (float)(1 << pixelFormat.blueBits));
300 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
301 vec3 g_color_eps = vec3(1.f / (float)(1 << pixelFormat.redBits), 1.f / (float)(1 << pixelFormat.greenBits),
302 1.f / (float)(1 << pixelFormat.blueBits))
    [all...]
gl4cShaderImageLoadStoreTests.cpp 244 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
246 1.f / static_cast<float>(1 << pixelFormat.redBits), 1.f / static_cast<float>(1 << pixelFormat.greenBits),
247 1.f / static_cast<float>(1 << pixelFormat.blueBits), 1.f / static_cast<float>(1 << pixelFormat.alphaBits));
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cComputeShaderTests.cpp 66 : renderTarget(m_context.getRenderContext().getRenderTarget()), pixelFormat(renderTarget.getPixelFormat())
69 if (pixelFormat.redBits != 0)
71 g_color_eps.x() += 1.f / (static_cast<float>(1 << pixelFormat.redBits) - 1.0f);
73 if (pixelFormat.greenBits != 0)
75 g_color_eps.y() += 1.f / (static_cast<float>(1 << pixelFormat.greenBits) - 1.0f);
77 if (pixelFormat.blueBits != 0)
79 g_color_eps.z() += 1.f / (static_cast<float>(1 << pixelFormat.blueBits) - 1.0f);
81 if (pixelFormat.alphaBits != 0)
83 g_color_eps.w() += 1.f / (static_cast<float>(1 << pixelFormat.alphaBits) - 1.0f);
88 const tcu::PixelFormat& pixelFormat
    [all...]
es31cShaderImageLoadStoreTests.cpp 240 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
241 vec4 g_color_eps = vec4(1.f / static_cast<float>(1 << pixelFormat.redBits),
242 1.f / static_cast<float>(1 << pixelFormat.greenBits),
243 1.f / static_cast<float>(1 << pixelFormat.blueBits), 1.f);
    [all...]
es31cDrawIndirectTests.cpp 492 const tcu::PixelFormat& pixelFormat = m_context.getRenderContext().getRenderTarget().getPixelFormat();
494 1.f / static_cast<float>(1 << pixelFormat.redBits), 1.f / static_cast<float>(1 << pixelFormat.greenBits),
495 1.f / static_cast<float>(1 << pixelFormat.blueBits), 1.f / static_cast<float>(1 << pixelFormat.alphaBits));
    [all...]
es31cShaderStorageBufferObjectTests.cpp 266 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
267 vec3 g_color_eps = vec3(1.f / static_cast<float>(1 << pixelFormat.redBits),
268 1.f / static_cast<float>(1 << pixelFormat.greenBits),
269 1.f / static_cast<float>(1 << pixelFormat.blueBits));
296 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
297 vec3 g_color_eps = vec3(1.f / static_cast<float>(1 << pixelFormat.redBits),
298 1.f / static_cast<float>(1 << pixelFormat.greenBits),
299 1.f / static_cast<float>(1 << pixelFormat.blueBits))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 769 VkFormat pixelFormat;
770 SkAssertResult(GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat));
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 795 VkFormat pixelFormat;
796 if (!GrPixelConfigToVkFormat(desc.fConfig, &pixelFormat)) {
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h 188 D2D1_PIXEL_FORMAT pixelFormat;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 86 inline tcu::IVec4 getBitsVec (const tcu::PixelFormat& format)
91 inline tcu::BVec4 getCompareMask (const tcu::PixelFormat& format)
    [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 2497 milliseconds

1 23 4