Searched refs:last_active_texture (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/ | ||
| H A D | imgui_impl_opengl3.cpp | 111 GLenum last_active_texture; glGetIntegerv(GL_ACTIVE_TEXTURE, (GLint*)&last_active_texture); local in function:ImGui_ImplOpenGL3_RenderDrawData 216 glActiveTexture(last_active_texture); |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/ | ||
| H A D | imgui_impl_opengl3.cpp | 111 GLenum last_active_texture; glGetIntegerv(GL_ACTIVE_TEXTURE, (GLint*)&last_active_texture); local in function:ImGui_ImplOpenGL3_RenderDrawData 216 glActiveTexture(last_active_texture); |
Completed in 5 milliseconds