Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_opengl2.cpp89 GLint last_polygon_mode[2]; glGetIntegerv(GL_POLYGON_MODE, last_polygon_mode); in ImGui_ImplOpenGL2_RenderDrawData() local
164 …glPolygonMode(GL_FRONT, (GLenum)last_polygon_mode[0]); glPolygonMode(GL_BACK, (GLenum)last_polygon… in ImGui_ImplOpenGL2_RenderDrawData()
Dimgui_impl_opengl3.cpp157 GLint last_polygon_mode[2]; glGetIntegerv(GL_POLYGON_MODE, last_polygon_mode); in ImGui_ImplOpenGL3_RenderDrawData() local
280 glPolygonMode(GL_FRONT_AND_BACK, (GLenum)last_polygon_mode[0]); in ImGui_ImplOpenGL3_RenderDrawData()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl2.cpp165 GLint last_polygon_mode[2]; glGetIntegerv(GL_POLYGON_MODE, last_polygon_mode); in ImGui_ImplOpenGL2_RenderDrawData() local
230 …glPolygonMode(GL_FRONT, (GLenum)last_polygon_mode[0]); glPolygonMode(GL_BACK, (GLenum)last_polygon… in ImGui_ImplOpenGL2_RenderDrawData()
Dimgui_impl_opengl3.cpp390 GLint last_polygon_mode[2]; glGetIntegerv(GL_POLYGON_MODE, last_polygon_mode); in ImGui_ImplOpenGL3_RenderDrawData() local
495 glPolygonMode(GL_FRONT_AND_BACK, (GLenum)last_polygon_mode[0]); in ImGui_ImplOpenGL3_RenderDrawData()
/third_party/mesa3d/src/intel/tools/imgui/
Dimgui_impl_opengl3.cpp118 GLint last_polygon_mode[2]; glGetIntegerv(GL_POLYGON_MODE, last_polygon_mode); in ImGui_ImplOpenGL3_RenderDrawData() local
225 glPolygonMode(GL_FRONT_AND_BACK, (GLenum)last_polygon_mode[0]); in ImGui_ImplOpenGL3_RenderDrawData()