Lines Matching full:front
42 participant "ANGLE Front-end"
47 App->"ANGLE Front-end": glCompileShader (VS)
48 "ANGLE Front-end"->"Vulkan Back-end": ShaderVk::compile
50 "ANGLE Translator"- ->"ANGLE Front-end": return SPIR-V
52 Note right of "ANGLE Front-end": SPIR-V is using bogus\ndecorations to be\ncorrected at link time.
56 App->"ANGLE Front-end": glCreateProgram (...)
57 App->"ANGLE Front-end": glAttachShader (...)
58 App->"ANGLE Front-end": glLinkProgram
59 "ANGLE Front-end"->"Vulkan Back-end": ProgramVk::link
65 "Vulkan Back-end"- ->"ANGLE Front-end": return success
69 App->"ANGLE Front-end": glDrawArrays (any draw)
70 "ANGLE Front-end"->"Vulkan Back-end": ContextVk::drawArrays
77 "Vulkan Back-end"- ->"ANGLE Front-end": return success