Searched refs:UncommittedRegionsAccessTestCase (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseTexture2Tests.cpp | 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() [all …]
|
D | gl4cSparseTexture2Tests.hpp | 163 class UncommittedRegionsAccessTestCase : public SparseTexture2CommitmentTestCase class 167 UncommittedRegionsAccessTestCase(deqp::Context& context);
|