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

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

Completed in 53 milliseconds