Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c84 ephyr_glamor_compile_glsl_prog(GLenum type, const char *source) in ephyr_glamor_compile_glsl_prog() function
174 vs = ephyr_glamor_compile_glsl_prog(GL_VERTEX_SHADER, vs_source); in ephyr_glamor_setup_texturing_shader()
175 fs = ephyr_glamor_compile_glsl_prog(GL_FRAGMENT_SHADER, fs_source); in ephyr_glamor_setup_texturing_shader()