Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fBufferObjectQueryTests.hpp39 class GetBufferParameterI64Verifier;
57 BufferParamVerifiers::GetBufferParameterI64Verifier* m_verifierInt64;
Des3fBufferObjectQueryTests.cpp158 class GetBufferParameterI64Verifier : public BufferParamVerifier class
161 GetBufferParameterI64Verifier (const glw::Functions& gl, tcu::TestLog& log);
167 GetBufferParameterI64Verifier::GetBufferParameterI64Verifier (const glw::Functions& gl, tcu::TestLo… in GetBufferParameterI64Verifier() function in deqp::gles3::Functional::BufferParamVerifiers::GetBufferParameterI64Verifier
172 void GetBufferParameterI64Verifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum… in verifyInteger()
191 void GetBufferParameterI64Verifier::verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLen… in verifyInteger64()
511 …m_verifierInt64 = new GetBufferParameterI64Verifier (m_context.getRenderContext().getFunctions(),… in init()