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

/external/deqp/modules/gles2/functional/
H A Des2fBufferObjectQueryTests.cpp101 class GetBufferParameterIVerifier : public BufferParamVerifier class in namespace:deqp::gles2::Functional::BufferParamVerifiers
104 GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log);
109 GetBufferParameterIVerifier::GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log) function in class:deqp::gles2::Functional::BufferParamVerifiers::GetBufferParameterIVerifier
114 void GetBufferParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference)
264 m_verifierInt = new GetBufferParameterIVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
/external/deqp/modules/gles3/functional/
H A Des3fBufferObjectQueryTests.cpp102 class GetBufferParameterIVerifier : public BufferParamVerifier class in namespace:deqp::gles3::Functional::BufferParamVerifiers
105 GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log);
111 GetBufferParameterIVerifier::GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log) function in class:deqp::gles3::Functional::BufferParamVerifiers::GetBufferParameterIVerifier
116 void GetBufferParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference)
135 void GetBufferParameterIVerifier::verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference)
510 m_verifierInt = new GetBufferParameterIVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());

Completed in 152 milliseconds