Home
last modified time | relevance | path

Searched refs:GetBufferParameterI64Verifier (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferObjectQueryTests.hpp39 class GetBufferParameterI64Verifier;
57 BufferParamVerifiers::GetBufferParameterI64Verifier* m_verifierInt64;
H A Des3fBufferObjectQueryTests.cpp158 class GetBufferParameterI64Verifier : public BufferParamVerifier class
161 GetBufferParameterI64Verifier (const glw::Functions& gl, tcu::TestLog& log);
167 GetBufferParameterI64Verifier::GetBufferParameterI64Verifier (const glw::Functions& gl, tcu::TestLog& log) in GetBufferParameterI64Verifier() function in deqp::gles3::Functional::BufferParamVerifiers::GetBufferParameterI64Verifier
172 void GetBufferParameterI64Verifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) in verifyInteger()
191 void GetBufferParameterI64Verifier::verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference) in verifyInteger64()
513 m_verifierInt64 = new GetBufferParameterI64Verifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog()); in init()

Completed in 2 milliseconds