Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp604 class BeforeDrawValidator : public glu::DrawUtilCallback class
615 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
631 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType … in BeforeDrawValidator() function in deqp::gls::BeforeDrawValidator
640 void BeforeDrawValidator::beforeDrawCall (void) in beforeDrawCall()
703 const std::string& BeforeDrawValidator::getInfoLog (void) const in getInfoLog()
708 glw::GLint BeforeDrawValidator::getValidateStatus (void) const in getValidateStatus()
1163 BeforeDrawValidator beforeDrawValidator (gl, in execute()
1165 …(separablePrograms) ? (BeforeDrawValidator::TARGETTYPE_PIPELINE) : (BeforeDrawValidator::TARGETTYP… in execute()