HomeSort by relevance Sort by last modified time
    Searched refs:texcoord_size (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/common/
meta.h 614 unsigned vertex_size, unsigned texcoord_size,
620 unsigned texcoord_size);
meta_blit.c 569 unsigned texcoord_size; local
578 texcoord_size = 2 + (src_rb->Depth > 1 ? 1 : 0);
581 2, texcoord_size, 0);
    [all...]
meta.c 288 * \param texcoord_size Number of components for attribute 1 / texture
295 * Use \c texcoord_size instead.
301 unsigned vertex_size, unsigned texcoord_size,
335 if (texcoord_size > 0) {
337 texcoord_size, GL_FLOAT, GL_RGBA,
354 if (texcoord_size > 0) {
    [all...]

Completed in 372 milliseconds