Searched refs:ModifyRenderbufferClearDepth (Results 1 – 1 of 1) sorted by relevance
358 class ModifyRenderbufferClearDepth : public ModifyRenderbuffer class in deqp::egl::Image::GLESImageApi361 ModifyRenderbufferClearDepth(GLfloat depth) : m_depth(depth) in ModifyRenderbufferClearDepth() function in deqp::egl::Image::GLESImageApi::ModifyRenderbufferClearDepth1607 void GLESImageApi::ModifyRenderbufferClearDepth::initializeRbo(GLESImageApi &api, GLuint renderbuff… in initializeRbo()2277 if (dynamic_cast<const GLESImageApi::ModifyRenderbufferClearDepth *>(&modify)) in isCompatibleCreateAndModifyActions()2319 …rActions.add("clear_depth", MovePtr<Action>(new GLESImageApi::ModifyRenderbufferClearDepth(0.75f))… in addClearActions()2417 MovePtr<Action>(new GLESImageApi::ModifyRenderbufferClearDepth(0.7f))); in addModifyActions()