• Home
  • Raw
  • Download

Lines Matching refs:UncommittedRegionsAccessTestCase

1380 UncommittedRegionsAccessTestCase::UncommittedRegionsAccessTestCase(deqp::Context& context)  in UncommittedRegionsAccessTestCase()  function in gl4cts::UncommittedRegionsAccessTestCase
1388 void UncommittedRegionsAccessTestCase::init() in init()
1400 tcu::TestNode::IterateResult UncommittedRegionsAccessTestCase::iterate() in iterate()
1466 bool UncommittedRegionsAccessTestCase::readsAllowed(GLint target, GLint format, bool shaderOnly) in readsAllowed()
1485 bool UncommittedRegionsAccessTestCase::atomicAllowed(GLint target, GLint format) in atomicAllowed()
1504 bool UncommittedRegionsAccessTestCase::depthStencilAllowed(GLint target, GLint format) in depthStencilAllowed()
1524 bool UncommittedRegionsAccessTestCase::UncommittedReads(const Functions& gl, GLint target, GLint fo… in UncommittedReads()
1594 bool UncommittedRegionsAccessTestCase::UncommittedAtomicOperations(const Functions& gl, GLint targe… in UncommittedAtomicOperations()
1618 bool UncommittedRegionsAccessTestCase::UncommittedDepthStencil(const Functions& gl, GLint target, G… in UncommittedDepthStencil()
1687 void UncommittedRegionsAccessTestCase::prepareDepthStencilFramebuffer(const Functions& gl, GLint wi… in prepareDepthStencilFramebuffer()
1717 void UncommittedRegionsAccessTestCase::cleanupDepthStencilFramebuffer(const Functions& gl) in cleanupDepthStencilFramebuffer()
1739 bool UncommittedRegionsAccessTestCase::verifyTextureDataExtended(const Functions& gl, GLint target,… in verifyTextureDataExtended()
1999 bool UncommittedRegionsAccessTestCase::verifyAtomicOperations(const Functions& gl, GLint target, GL… in verifyAtomicOperations()
2152 bool UncommittedRegionsAccessTestCase::verifyStencilTest(const Functions& gl, ShaderProgram& progra… in verifyStencilTest()
2197 bool UncommittedRegionsAccessTestCase::verifyDepthTest(const Functions& gl, ShaderProgram& program,… in verifyDepthTest()
2241 bool UncommittedRegionsAccessTestCase::verifyDepthBoundsTest(const Functions& gl, ShaderProgram& pr… in verifyDepthBoundsTest()
3060 addChild(new UncommittedRegionsAccessTestCase(m_context)); in init()