OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSamplerParameterFVerifier
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.hpp
39
class
GetSamplerParameterFVerifier
;
57
SamplerParamVerifiers::
GetSamplerParameterFVerifier
* m_verifierFloat;
es3fSamplerStateQueryTests.cpp
132
class
GetSamplerParameterFVerifier
: public SamplerParamVerifier
135
GetSamplerParameterFVerifier
(const glw::Functions& gl, tcu::TestLog& log);
141
GetSamplerParameterFVerifier
::
GetSamplerParameterFVerifier
(const glw::Functions& gl, tcu::TestLog& log)
146
void
GetSamplerParameterFVerifier
::verifyInteger (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLint reference)
168
void
GetSamplerParameterFVerifier
::verifyFloat (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLfloat reference)
489
m_verifierFloat = new
GetSamplerParameterFVerifier
(m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
Completed in 245 milliseconds