HomeSort by relevance Sort by last modified time
    Searched refs:m_texFormat (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/openglcts/modules/gles31/
es31cSampleShadingTests.cpp 181 tcu::TextureFormat m_texFormat;
208 , m_texFormat(texFormat)
244 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) ||
245 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) ||
246 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) ||
247 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA))
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderMultisampleInterpolationTests.cpp 230 tcu::TextureFormat m_texFormat;
259 , m_texFormat(texFormat)
299 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) ||
300 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) ||
301 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) ||
302 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA))
    [all...]
glcSampleVariablesTests.cpp 191 tcu::TextureFormat m_texFormat;
212 , m_texFormat(texFormat)
251 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) ||
252 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) ||
253 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) ||
254 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA))
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilitySampleVariablesTests.cpp 198 tcu::TextureFormat m_texFormat;
219 , m_texFormat(texFormat)
249 if (((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA)) ||
250 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::RG)) ||
251 ((m_texFormat.type == tcu::TextureFormat::FLOAT) && (m_texFormat.order == tcu::TextureFormat::R)) ||
252 ((m_texFormat.type == tcu::TextureFormat::HALF_FLOAT) && (m_texFormat.order == tcu::TextureFormat::RGBA))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 258 tcu::TextureFormat m_texFormat;
267 , m_texFormat (format)
281 Texture2DShader shader (DataTypes() << glu::getSampler2DType(m_texFormat), glu::TYPE_FLOAT_VEC4);
319 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat);
343 tcu::TextureFormat m_texFormat;
351 , m_texFormat (format)
364 TextureCubeShader shader (glu::getSamplerCubeType(m_texFormat), glu::TYPE_FLOAT_VEC4);
440 tcu::TextureFormat m_texFormat;
450 , m_texFormat (format)
465 Texture2DArrayShader shader (glu::getSampler2DArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 216 tcu::TextureFormat m_texFormat;
225 , m_texFormat (format)
246 TextureCubeArrayShader shader (glu::getSamplerCubeArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4, glslVersion);
332 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
370 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
429 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
430 int pixelSize = m_texFormat.getPixelSize();
449 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
522 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
523 int pixelSize = m_texFormat.getPixelSize()
    [all...]
es31fTextureBorderClampTests.cpp 591 const deUint32 m_texFormat;
627 , m_texFormat (texFormat)
657 if (glu::isCompressedFormat(m_texFormat) &&
659 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) &&
665 if (m_texFormat == GL_BGRA && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_format_BGRA8888"))
676 m_texture = genDummyTexture<glu::Texture2D>(m_context.getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_texWidth, m_texHeight));
679 << "Created texture with format " << glu::getTextureFormatName(m_texFormat)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 365 const tcu::TextureFormat m_texFormat;
397 , m_texFormat (format)
509 tcu::UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat);
630 tcu::TextureFormat fmt = m_texFormat;
675 tcu::TextureFormat fmt = m_texFormat;
727 tcu::TextureFormat fmt = m_texFormat;
779 tcu::TextureFormat fmt = m_texFormat;
844 tcu::TextureFormat fmt = m_texFormat;
892 tcu::TextureFormat fmt = m_texFormat;
    [all...]

Completed in 107 milliseconds