Searched refs:last_blend_dst_alpha (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_opengl3.cpp | 124 GLenum last_blend_dst_alpha; glGetIntegerv(GL_BLEND_DST_ALPHA, (GLint*)&last_blend_dst_alpha); in ImGui_ImplOpenGL3_RenderDrawData() local 220 …ndFuncSeparate(last_blend_src_rgb, last_blend_dst_rgb, last_blend_src_alpha, last_blend_dst_alpha); in ImGui_ImplOpenGL3_RenderDrawData()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_opengl3.cpp | 164 GLenum last_blend_dst_alpha; glGetIntegerv(GL_BLEND_DST_ALPHA, (GLint*)&last_blend_dst_alpha); in ImGui_ImplOpenGL3_RenderDrawData() local 274 …ndFuncSeparate(last_blend_src_rgb, last_blend_dst_rgb, last_blend_src_alpha, last_blend_dst_alpha); in ImGui_ImplOpenGL3_RenderDrawData()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_opengl3.cpp | 397 GLenum last_blend_dst_alpha; glGetIntegerv(GL_BLEND_DST_ALPHA, (GLint*)&last_blend_dst_alpha); in ImGui_ImplOpenGL3_RenderDrawData() local 484 …ndFuncSeparate(last_blend_src_rgb, last_blend_dst_rgb, last_blend_src_alpha, last_blend_dst_alpha); in ImGui_ImplOpenGL3_RenderDrawData()
|