Searched refs:texture_shader_texcoord_loc (Results 1 – 1 of 1) sorted by relevance
75 GLuint texture_shader_texcoord_loc; member181 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()