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

/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c74 GLuint texture_shader_position_loc; member in struct:ephyr_glamor
175 glamor->texture_shader_position_loc = glGetAttribLocation(prog, "position");
176 assert(glamor->texture_shader_position_loc != -1);
202 glVertexAttribPointer(glamor->texture_shader_position_loc,
207 glEnableVertexAttribArray(glamor->texture_shader_position_loc);

Completed in 2 milliseconds