Searched refs:activeTexture (Results 1 – 1 of 1) sorted by relevance
252 GLint activeTexture; in Get() local253 MBGL_CHECK_ERROR(glGetIntegerv(GL_ACTIVE_TEXTURE, &activeTexture)); in Get()254 return static_cast<Type>(activeTexture - GL_TEXTURE0); in Get()