Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp275 class ModifyRenderbufferClearDepth : public ModifyRenderbuffer class in deqp::egl::Image::GLESImageApi
278 ModifyRenderbufferClearDepth (GLfloat depth) : m_depth(depth) {} in ModifyRenderbufferClearDepth() function in deqp::egl::Image::GLESImageApi::ModifyRenderbufferClearDepth
1298 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()