Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp21 GLfloat clearDepth; in Get() local
22 MBGL_CHECK_ERROR(glGetFloatv(GL_DEPTH_CLEAR_VALUE, &clearDepth)); in Get()
23 return clearDepth; in Get()
H A Dcontext.hpp261 State<value::ClearDepth> clearDepth; member in mbgl::gl::Context
H A Dcontext.cpp617 clearDepth.setDirty(); in setDirtyState()
653 clearDepth = *depth; in clear()