Searched refs:last_polygon_mode (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_opengl2.cpp | 89 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()
|
D | imgui_impl_opengl3.cpp | 157 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/ |
D | imgui_impl_opengl2.cpp | 165 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()
|
D | imgui_impl_opengl3.cpp | 390 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/ |
D | imgui_impl_opengl3.cpp | 118 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()
|