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

  /external/deqp/modules/gles2/functional/
es2fBufferObjectQueryTests.hpp 38 class GetBufferParameterIVerifier;
55 BufferParamVerifiers::GetBufferParameterIVerifier* m_verifierInt;
es2fBufferObjectQueryTests.cpp 101 class GetBufferParameterIVerifier : public BufferParamVerifier
104 GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log);
109 GetBufferParameterIVerifier::GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log)
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/
es3fBufferObjectQueryTests.hpp 38 class GetBufferParameterIVerifier;
56 BufferParamVerifiers::GetBufferParameterIVerifier* m_verifierInt;
es3fBufferObjectQueryTests.cpp 102 class GetBufferParameterIVerifier : public BufferParamVerifier
105 GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log);
111 GetBufferParameterIVerifier::GetBufferParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log)
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 54 milliseconds