Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c74 GLuint texture_shader_position_loc; member
179 glamor->texture_shader_position_loc = glGetAttribLocation(prog, "position"); in ephyr_glamor_setup_texturing_shader()
180 assert(glamor->texture_shader_position_loc != -1); in ephyr_glamor_setup_texturing_shader()
206 glVertexAttribPointer(glamor->texture_shader_position_loc, in ephyr_glamor_set_vertices()
211 glEnableVertexAttribArray(glamor->texture_shader_position_loc); in ephyr_glamor_set_vertices()