Lines Matching refs:m_texFormat

216 	tcu::TextureFormat		m_texFormat;
225 , m_texFormat (format)
248 TextureCubeArrayShader shader (glu::getSamplerCubeArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4, glslVersion);
334 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
372 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
431 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
432 int pixelSize = m_texFormat.getPixelSize();
451 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);
524 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
525 int pixelSize = m_texFormat.getPixelSize();
541 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0]), m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
558 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
610 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat);
655 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat);
724 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat);
725 int pixelSize = m_texFormat.getPixelSize();
743 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0]), gMin, gMax);