Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp252 GLint activeTexture; in Get() local
253 MBGL_CHECK_ERROR(glGetIntegerv(GL_ACTIVE_TEXTURE, &activeTexture)); in Get()
254 return static_cast<Type>(activeTexture - GL_TEXTURE0); in Get()