Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp358 class ModifyRenderbufferClearDepth : public ModifyRenderbuffer class in deqp::egl::Image::GLESImageApi
361 ModifyRenderbufferClearDepth(GLfloat depth) : m_depth(depth) in ModifyRenderbufferClearDepth() function in deqp::egl::Image::GLESImageApi::ModifyRenderbufferClearDepth
1607 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()