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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h595 unsigned vertex_size, unsigned texcoord_size,
601 unsigned texcoord_size);
H A Dmeta_blit.c569 unsigned texcoord_size; local in function:setup_glsl_blit_framebuffer
578 texcoord_size = 2 + (src_rb->Depth > 1 ? 1 : 0);
581 2, texcoord_size, 0);
H A Dmeta.c310 * \param texcoord_size Number of components for attribute 1 / texture
317 * Use \c texcoord_size instead.
323 unsigned vertex_size, unsigned texcoord_size,
358 if (texcoord_size > 0) {
360 texcoord_size, GL_FLOAT, GL_RGBA,
377 if (texcoord_size > 0) {
1485 unsigned texcoord_size)
1487 _mesa_meta_setup_vertex_objects(ctx, VAO, buf_obj, false, 2, texcoord_size,
320 _mesa_meta_setup_vertex_objects(struct gl_context * ctx,GLuint * VAO,struct gl_buffer_object ** buf_obj,bool use_generic_attributes,unsigned vertex_size,unsigned texcoord_size,unsigned color_size) argument
1483 _mesa_meta_setup_ff_tnl_for_blit(struct gl_context * ctx,GLuint * VAO,struct gl_buffer_object ** buf_obj,unsigned texcoord_size) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h525 unsigned vertex_size, unsigned texcoord_size,
531 unsigned texcoord_size);
H A Dmeta_blit.c68 const unsigned texcoord_size = 2 + (src_rb->Depth > 1 ? 1 : 0); local in function:setup_glsl_blit_framebuffer
75 2, texcoord_size, 0);
H A Dmeta.c315 * \param texcoord_size Number of components for attribute 1 / texture
322 * Use \c texcoord_size instead.
328 unsigned vertex_size, unsigned texcoord_size,
364 if (texcoord_size > 0) {
366 texcoord_size, GL_FLOAT, GL_RGBA,
385 if (texcoord_size > 0) {
1489 unsigned texcoord_size)
1491 _mesa_meta_setup_vertex_objects(ctx, VAO, buf_obj, false, 2, texcoord_size,
325 _mesa_meta_setup_vertex_objects(struct gl_context * ctx,GLuint * VAO,struct gl_buffer_object ** buf_obj,bool use_generic_attributes,unsigned vertex_size,unsigned texcoord_size,unsigned color_size) argument
1487 _mesa_meta_setup_ff_tnl_for_blit(struct gl_context * ctx,GLuint * VAO,struct gl_buffer_object ** buf_obj,unsigned texcoord_size) argument

Completed in 15 milliseconds