Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h342 texcoords, \ argument
346 texcoords, tx1, ty1); \
348 texcoords + 1 * stride, tx2, ty1); \
350 texcoords + 2 * stride, tx2, ty2); \
352 texcoords + 3 * stride, tx1, ty2); \
362 texcoords, \ argument
369 texcoords, stride); \
395 texcoords); \
397 texcoords + 1 * stride); \
399 texcoords + 2 * stride); \
[all …]
H A Dglamor_render.c736 float *texcoords, in glamor_set_normalize_tcoords_generic() argument
742 x2, y2, texcoords, stride); in glamor_set_normalize_tcoords_generic()
747 texcoords, stride); in glamor_set_normalize_tcoords_generic()
753 texcoords, stride); in glamor_set_normalize_tcoords_generic()
759 texcoords, stride); in glamor_set_normalize_tcoords_generic()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c36 static const GLfloat texcoords[] = { variable
330 glVertexAttribPointer(texcoord, 2, GL_FLOAT, GL_FALSE, 0, texcoords); in egl_init_ctx()