Searched refs:check_size (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_context.c | 40 check_size(const GLfloat *attr) function in typeref:typename:GLuint 84 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]),
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_context.c | 41 check_size(const GLfloat *attr) function in typeref:typename:GLuint 86 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]),
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_ringbuffer.h | 133 bool (*check_size)(struct fd_ringbuffer *ring); member in struct:fd_ringbuffer_funcs 187 return ring->funcs->check_size(ring);
|
| H A D | msm_ringbuffer_sp.c | 750 .check_size = msm_ringbuffer_sp_check_size, 767 .check_size = msm_ringbuffer_sp_check_size,
|
| H A D | msm_ringbuffer.c | 655 .check_size = msm_ringbuffer_check_size,
|
| /xsrc/external/mit/pixman/dist/test/utils/ |
| H A D | utils.h | 162 int check_size,
|
| H A D | utils.c | 744 int check_size, 759 pixman_image_get_width (image) + check_size - 1) / check_size; 761 pixman_image_get_height (image) + check_size - 1) / check_size; 776 i * check_size, j * check_size, 777 check_size, check_size); 743 draw_checkerboard(pixman_image_t * image,int check_size,uint32_t color1,uint32_t color2) argument
|
Completed in 10 milliseconds