Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageFormatTests.cpp246 class ModifyRenderbufferClearDepth : public ModifyRenderbuffer class in deqp::egl::Image::GLES2ImageApi
249 ModifyRenderbufferClearDepth (GLfloat depth) : m_depth(depth) {} in ModifyRenderbufferClearDepth() function in deqp::egl::Image::GLES2ImageApi::ModifyRenderbufferClearDepth
835 void GLES2ImageApi::ModifyRenderbufferClearDepth::initializeRbo (GLES2ImageApi& api, GLuint renderb… in initializeRbo()
1401 if (dynamic_cast<const GLES2ImageApi::ModifyRenderbufferClearDepth*>(&modify)) in isCompatibleCreateAndModifyActions()
1441 …enderbuffer_clear_depth", MovePtr<Action>(new GLES2ImageApi::ModifyRenderbufferClearDepth(0.75f))… in addClearActions()
1515 …enderbuffer_clear_depth", MovePtr<Action>(new GLES2ImageApi::ModifyRenderbufferClearDepth(0.7f))); in addModifyActions()