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

/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c75 GLuint texture_shader_texcoord_loc; member in struct:ephyr_glamor
177 glamor->texture_shader_texcoord_loc = glGetAttribLocation(prog, "texcoord");
178 assert(glamor->texture_shader_texcoord_loc != -1);
204 glVertexAttribPointer(glamor->texture_shader_texcoord_loc,
208 glEnableVertexAttribArray(glamor->texture_shader_texcoord_loc);

Completed in 2 milliseconds