Home
last modified time | relevance | path

Searched refs:BeforeDrawValidator (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp228 class BeforeDrawValidator : public glu::DrawUtilCallback class
239 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
255 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType … in BeforeDrawValidator() function in deqp::gls::sl::BeforeDrawValidator
264 void BeforeDrawValidator::beforeDrawCall (void) in beforeDrawCall()
327 const std::string& BeforeDrawValidator::getInfoLog (void) const in getInfoLog()
332 glw::GLint BeforeDrawValidator::getValidateStatus (void) const in getValidateStatus()
889 BeforeDrawValidator beforeDrawValidator (gl, in execute()
891 …(m_separatePrograms) ? (BeforeDrawValidator::TARGETTYPE_PIPELINE) : (BeforeDrawValidator::TARGETTY… in execute()