HomeSort by relevance Sort by last modified time
    Searched defs:pixelFormat (Results 1 - 24 of 24) sorted by null

  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 38 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat)
41 return tcu::PixelFormat(bits[0], bits[1], bits[2], bits[3]);
185 tcu::PixelFormat pixelFormat;
205 pixelFormat = getPixelFormat(colorFormat);
258 m_renderTarget = tcu::RenderTarget(width, height, pixelFormat, depthBits, stencilBits, config.numSamples);
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 99 int pixelFormat = 0;
102 pixelFormat = config.id;
104 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config);
106 if (pixelFormat < 0)
109 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat);
114 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat);
118 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits),
tcuWin32GLES3Platform.cpp 87 PixelFormat(8, 8, 8, 8), 24, 8, 0)
92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config);
94 if (pixelFormat < 0)
97 m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBILITY, 3, 3, pixelFormat);
111 const wgl::PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, pixelFormat);
115 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits),
tcuWGL.hpp 79 int pixelFormat;
133 : pixelFormat (0)
165 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const;
190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
tcuWGL.cpp 215 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc);
216 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc))
304 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const
326 if (!wgl.getPixelFormatAttribivARB(deviceCtx, pixelFormat, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0]))
332 info.pixelFormat = pixelFormat;
353 Context::Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat)
405 if (!DescribePixelFormat(deviceCtx, pixelFormat, sizeof(pixelFormatDesc), &pixelFormatDesc))
408 if (!SetPixelFormat(deviceCtx, pixelFormat, &pixelFormatDesc))
498 return info.pixelFormat;
    [all...]
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 113 , m_renderTarget (0, 0, tcu::PixelFormat(0,0,0,0), 0, 0, 0)
124 CGLPixelFormatObj pixelFormat;
127 if (CGLChoosePixelFormat(&attribs[0], &pixelFormat, &numVScreens) != kCGLNoError)
132 if (CGLCreateContext(pixelFormat, DE_NULL, &m_context) != kCGLNoError)
140 CGLReleasePixelFormat(pixelFormat);
144 CGLReleasePixelFormat(pixelFormat);
  /external/deqp/modules/gles2/functional/
es2fPrerequisiteTests.cpp 177 tcu::PixelFormat pixelFormat = renderTarget.getPixelFormat();
234 RGBA colorThreshold = pixelFormat.getColorThreshold();
es2fColorClearTest.cpp 105 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
217 if (pixelFormat.alphaBits == 0)
236 RGBA colorThreshold = pixelFormat.getColorThreshold();
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...]
es2fTextureMipmapTests.cpp 347 const tcu::PixelFormat& pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
357 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
358 lookupPrec.colorMask = getCompareMask(pixelFormat);
389 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH),
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPrerequisiteTests.cpp 177 tcu::PixelFormat pixelFormat = renderTarget.getPixelFormat();
234 RGBA colorThreshold = pixelFormat.getColorThreshold();
es3fColorClearTest.cpp 105 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
217 if (pixelFormat.alphaBits == 0)
236 RGBA colorThreshold = pixelFormat.getColorThreshold();
es3fTextureSwizzleTests.cpp 193 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
196 sampleTexture(SurfaceAccess(referenceFrame, tcu::PixelFormat(8,8,8,8)), m_texture->getRefTexture(), &texCoord[0], renderParams);
202 if (pixelFormat != tcu::PixelFormat(8,8,8,8))
209 referenceFrame.setPixel(x, y, pixelFormat.convertColor(p));
es3fTextureWrapTests.cpp 333 const tcu::PixelFormat pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
334 const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 : 2), tcu::IVec4(0));
343 lookupPrecision.colorMask = getCompareMask(pixelFormat);
348 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
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...]
es3fTextureShadowTests.cpp 103 const tcu::PixelFormat& pixelFormat)
108 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).swizzle(1,2,3);
124 sampleTexture(SurfaceAccess(reference, pixelFormat), clampedSource, texCoord, sampleParams);
131 sampleTexture(SurfaceAccess(reference, pixelFormat), src, texCoord, sampleParams);
362 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
372 texComparePrecision.resultBits = pixelFormat.redBits-1;
375 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat);
386 &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 391 const tcu::PixelFormat& pixelFormat = m_renderCtx.getRenderTarget().getPixelFormat();
401 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
402 lookupPrec.colorMask = getCompareMask(pixelFormat);
433 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH),
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCaptureAndroid.java 108 int pixelFormat =
111 pixelFormat = AndroidImageFormatList.ANDROID_IMAGEFORMAT_YV12;
136 pixelFormat));
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 346 int pixelFormat = GetPixelFormat(dc);
348 DescribePixelFormat(dc, pixelFormat, sizeof(pfd), &pfd);
356 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);
es31fTextureGatherTests.cpp     [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 336 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
371 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat)
383 pixelFormat);
396 GLenum pixelFormat)
400 if (pb && !pb->init(pixelFormat)) {
681 GLenum pixelFormat;
682 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE)
686 surfaceType, w, h, pixelFormat);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 875 milliseconds