Searched refs:GetBufferParameterIVerifier (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferObjectQueryTests.cpp | 101 class GetBufferParameterIVerifier : public BufferParamVerifier class 104 GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log); 109 GetBufferParameterIVerifier::GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBufferParameterIVerifier() function in deqp::gles2::Functional::BufferParamVerifiers::GetBufferParameterIVerifier 114 void GetBufferParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) in verifyInteger() 264 m_verifierInt = new GetBufferParameterIVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog()); in init()
|
H A D | es2fBufferObjectQueryTests.hpp | 38 class GetBufferParameterIVerifier; 55 BufferParamVerifiers::GetBufferParameterIVerifier* m_verifierInt;
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferObjectQueryTests.hpp | 38 class GetBufferParameterIVerifier; 56 BufferParamVerifiers::GetBufferParameterIVerifier* m_verifierInt;
|
H A D | es3fBufferObjectQueryTests.cpp | 102 class GetBufferParameterIVerifier : public BufferParamVerifier class 105 GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log); 111 GetBufferParameterIVerifier::GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBufferParameterIVerifier() function in deqp::gles3::Functional::BufferParamVerifiers::GetBufferParameterIVerifier 116 void GetBufferParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) in verifyInteger() 135 void GetBufferParameterIVerifier::verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference) in verifyInteger64() 512 m_verifierInt = new GetBufferParameterIVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog()); in init()
|
Completed in 3 milliseconds