Lines Matching refs:m_texFormat
216 tcu::TextureFormat m_texFormat; member in deqp::gles31::Functional::TextureCubeArraySpecCase
225 , m_texFormat (format) in TextureCubeArraySpecCase()
248 …TextureCubeArrayShader shader (glu::getSamplerCubeArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4, … in verifyTexture()
334 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
372 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
431 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
432 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
451 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitc… in createTexture()
524 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
525 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
541 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPi… in createTexture()
558 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
610 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in createTexture()
655 glu::TransferFormat fmt = glu::getTransferFormat(m_texFormat); in createTexture()
724 glu::TransferFormat transferFmt = glu::getTransferFormat(m_texFormat); in createTexture()
725 int pixelSize = m_texFormat.getPixelSize(); in createTexture()
743 …tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPi… in createTexture()