Home
last modified time | relevance | path

Searched refs:last_blend_src_rgb (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp121 GLenum last_blend_src_rgb; glGetIntegerv(GL_BLEND_SRC_RGB, (GLint*)&last_blend_src_rgb); in ImGui_ImplOpenGL3_RenderDrawData() local
220 glBlendFuncSeparate(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/
H A Dimgui_impl_opengl3.cpp394 GLenum last_blend_src_rgb; glGetIntegerv(GL_BLEND_SRC_RGB, (GLint*)&last_blend_src_rgb); in ImGui_ImplOpenGL3_RenderDrawData() local
484 glBlendFuncSeparate(last_blend_src_rgb, last_blend_dst_rgb, last_blend_src_alpha, last_blend_dst_alpha); in ImGui_ImplOpenGL3_RenderDrawData()

Completed in 3 milliseconds