Searched defs:m_colorBufferFormat (Results 1 - 1 of 1) sorted by last modified time

/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1009 const tcu::TextureFormat m_colorBufferFormat; member in class:deqp::gles31::Functional::__anon20356::TextureGatherCase
1047 , m_colorBufferFormat (tcu::TextureFormat(tcu::TextureFormat::RGBA,
1053 DE_ASSERT(isUnormFormatType(m_colorBufferFormat.type) ||
1054 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT8 ||
1055 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 ||
1056 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT8 ||
1057 m_colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT16);
1058 DE_ASSERT(glu::isGLInternalColorFormatFilterable(glu::getInternalFormat(m_colorBufferFormat)) ||
1256 gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x(), RENDER_SIZE.y());
1265 << glu::getPixelFormatName(glu::getInternalFormat(m_colorBufferFormat))
[all...]

Completed in 61 milliseconds