Searched refs:texcoord (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_utils.h | 311 texcoord) \ argument 313 (texcoord)[0] = t_from_x_coord_x(xscale, _tx_); \ 314 (texcoord)[1] = t_from_x_coord_y(yscale, _ty_); \ 315 DEBUGF("normalized point tx %f ty %f \n", (texcoord)[0], \ 316 (texcoord)[1]); \ 320 yscale, texcoord, \ argument 332 (texcoord)[0] = t_from_x_coord_x(xscale, tx); \ 333 (texcoord)[1] = t_from_x_coord_y(yscale, ty); \ 334 DEBUGF("normalized tx %f ty %f \n", (texcoord)[0], (texcoord)[1]); \
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_egl.c | 187 GLint texcoord; in egl_init_ctx() local 329 texcoord = glGetAttribLocation(ctx->program, "texcoord"); in egl_init_ctx() 330 glVertexAttribPointer(texcoord, 2, GL_FLOAT, GL_FALSE, 0, texcoords); in egl_init_ctx() 331 glEnableVertexAttribArray(texcoord); in egl_init_ctx()
|