HomeSort by relevance Sort by last modified time
    Searched refs:GetBufferParameterI64Verifier (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fBufferObjectQueryTests.hpp 39 class GetBufferParameterI64Verifier;
57 BufferParamVerifiers::GetBufferParameterI64Verifier* m_verifierInt64;
es3fBufferObjectQueryTests.cpp 158 class GetBufferParameterI64Verifier : public BufferParamVerifier
161 GetBufferParameterI64Verifier (const glw::Functions& gl, tcu::TestLog& log);
167 GetBufferParameterI64Verifier::GetBufferParameterI64Verifier (const glw::Functions& gl, tcu::TestLog& log)
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 497 milliseconds