• Home
  • Raw
  • Download

Lines Matching refs:m_texFormat

258 	tcu::TextureFormat		m_texFormat;  member in deqp::gles3::Functional::Texture2DSpecCase
267 , m_texFormat (format) in Texture2DSpecCase()
281 Texture2DShader shader (DataTypes() << glu::getSampler2DType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
319 …4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); in verifyTexture()
343 tcu::TextureFormat m_texFormat; member in deqp::gles3::Functional::TextureCubeSpecCase
351 , m_texFormat (format) in TextureCubeSpecCase()
364 TextureCubeShader shader (glu::getSamplerCubeType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
440 tcu::TextureFormat m_texFormat; member in deqp::gles3::Functional::Texture2DArraySpecCase
450 , m_texFormat (format) in Texture2DArraySpecCase()
465 Texture2DArrayShader shader (glu::getSampler2DArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
510 …4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); in verifyTexture()
540 tcu::TextureFormat m_texFormat; member in deqp::gles3::Functional::Texture3DSpecCase
550 , m_texFormat (format) in Texture3DSpecCase()
565 Texture3DShader shader (glu::getSampler3DType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
611 …4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); in verifyTexture()
652 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in BasicTexImage2DCase()
707 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in BasicTexImageCubeCase()
761 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
800 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
843 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in RandomOrderTexImage2DCase()
903 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in RandomOrderTexImageCubeCase()
968 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in TexImage2DAlignCase()
989 int rowPitch = deAlign32(levelW*m_texFormat.getPixelSize(), m_alignment); in createTexture()
993 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelW, levelH, 1, rowPitch, 0, &data[0]), c… in createTexture()
1025 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in TexImageCubeAlignCase()
1043 int rowPitch = deAlign32(m_texFormat.getPixelSize()*levelSize, m_alignment); in createTexture()
1049 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, levelSize, levelSize, 1, rowPitch, 0, &data[… in createTexture()
1079 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
1080 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
1096 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0] … in createTexture()
1147 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
1148 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
1166 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, rowPitch, sliceP… in createTexture()
1208 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in BasicTexSubImage2DCase()
1217 tcu::TextureLevel data (m_texFormat); in createTexture()
1283 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in BasicTexSubImageCubeCase()
1292 tcu::TextureLevel data (m_texFormat); in createTexture()
1379 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
1380 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
1391 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, deAlign3… in createTexture()
1405 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
1440 tcu::TextureLevel data (m_texFormat); in createTexture()
1442 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
1509 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in TexSubImage2DEmptyTexCase()
1518 tcu::TextureLevel data (m_texFormat); in createTexture()
1572 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in TexSubImageCubeEmptyTexCase()
1581 tcu::TextureLevel data (m_texFormat); in createTexture()
1649 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in TexSubImage2DAlignCase()
1664 data.resize(m_texFormat.getPixelSize()*m_width*m_height); in createTexture()
1665 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, &data[0]… in createTexture()
1671 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture()
1673 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4… in createTexture()
1717 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in TexSubImageCubeAlignCase()
1732 data.resize(m_texFormat.getPixelSize()*m_size*m_size); in createTexture()
1733 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, 1, &data[0]), … in createTexture()
1740 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture()
1742 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4… in createTexture()
1802 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
1803 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
1818 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, ro… in createTexture()
1835 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
2217 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
2258 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
2315 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
2316 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
2334 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0] … in createTexture()
2389 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in createTexture()
2390 const int pixelSize = m_texFormat.getPixelSize(); in createTexture()
2411 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, 1, rowPitch, 0… in createTexture()
2469 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
2470 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
2489 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers, rowPitch, sl… in createTexture()
2551 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
2552 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
2571 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, rowPitch, sliceP… in createTexture()
2636 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
2637 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
2649 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, deAlign3… in createTexture()
2663 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
2725 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
2726 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
2746 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, 1, deAlign32(m… in createTexture()
2762 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
2835 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
2836 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
2852 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers… in createTexture()
2869 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
2913 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
3063 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
3064 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
3080 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, ro… in createTexture()
3097 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
3149 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in createTexture()
3196 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in createTexture()
3242 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in createTexture()
3312 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in createTexture()
3383 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
3384 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
3401 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch… in createTexture()
3444 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
3445 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
3463 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers… in createTexture()