OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSamplerParameterIVerifier
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.hpp
38
class
GetSamplerParameterIVerifier
;
56
SamplerParamVerifiers::
GetSamplerParameterIVerifier
* m_verifierInt;
es3fSamplerStateQueryTests.cpp
77
class
GetSamplerParameterIVerifier
: public SamplerParamVerifier
80
GetSamplerParameterIVerifier
(const glw::Functions& gl, tcu::TestLog& log);
86
GetSamplerParameterIVerifier
::
GetSamplerParameterIVerifier
(const glw::Functions& gl, tcu::TestLog& log)
91
void
GetSamplerParameterIVerifier
::verifyInteger (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLint reference)
110
void
GetSamplerParameterIVerifier
::verifyFloat (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLfloat reference)
488
m_verifierInt = new
GetSamplerParameterIVerifier
(m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
Completed in 826 milliseconds