Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c75 GLuint texture_shader_texcoord_loc; member
181 glamor->texture_shader_texcoord_loc = glGetAttribLocation(prog, "texcoord"); in ephyr_glamor_setup_texturing_shader()
182 assert(glamor->texture_shader_texcoord_loc != -1); in ephyr_glamor_setup_texturing_shader()
208 glVertexAttribPointer(glamor->texture_shader_texcoord_loc, in ephyr_glamor_set_vertices()
212 glEnableVertexAttribArray(glamor->texture_shader_texcoord_loc); in ephyr_glamor_set_vertices()