Searched refs:ModifyRenderbufferClearDepth (Results 1 – 1 of 1) sorted by relevance
275 class ModifyRenderbufferClearDepth : public ModifyRenderbuffer class in deqp::egl::Image::GLESImageApi278 ModifyRenderbufferClearDepth (GLfloat depth) : m_depth(depth) {} in ModifyRenderbufferClearDepth() function in deqp::egl::Image::GLESImageApi::ModifyRenderbufferClearDepth1298 void GLESImageApi::ModifyRenderbufferClearDepth::initializeRbo (GLESImageApi& api, GLuint renderbuf… in initializeRbo()1982 if (dynamic_cast<const GLESImageApi::ModifyRenderbufferClearDepth*>(&modify)) in isCompatibleCreateAndModifyActions()2022 …m_clearActions.add("clear_depth", MovePtr<Action>(new GLESImageApi::ModifyRenderbufferClearDepth(0… in addClearActions()2111 …renderbuffer_clear_depth", MovePtr<Action>(new GLESImageApi::ModifyRenderbufferClearDepth(0.7f))); in addModifyActions()