Searched refs:ST_CALLOC_STRUCT (Results 1 – 10 of 10) sorted by relevance
98 struct st_vertex_program *prog = ST_CALLOC_STRUCT(st_vertex_program); in st_new_program()104 struct st_fragment_program *prog = ST_CALLOC_STRUCT(st_fragment_program); in st_new_program()109 struct st_geometry_program *prog = ST_CALLOC_STRUCT(st_geometry_program); in st_new_program()
185 struct feedback_stage *fs = ST_CALLOC_STRUCT(feedback_stage); in draw_glfeedback_stage()258 struct feedback_stage *fs = ST_CALLOC_STRUCT(feedback_stage); in draw_glselect_stage()
262 #define ST_CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T)) macro
53 struct st_query_object *stq = ST_CALLOC_STRUCT(st_query_object); in st_NewQueryObject()
183 struct rastpos_stage *rs = ST_CALLOC_STRUCT(rastpos_stage); in new_draw_rastpos_stage()
258 struct st_renderbuffer *strb = ST_CALLOC_STRUCT(st_renderbuffer); in st_new_renderbuffer()279 strb = ST_CALLOC_STRUCT(st_renderbuffer); in st_new_renderbuffer_fb()
56 struct st_buffer_object *st_obj = ST_CALLOC_STRUCT(st_buffer_object); in st_bufferobj_alloc()
122 struct st_context *st = ST_CALLOC_STRUCT( st_context ); in st_create_context_priv()
105 return (struct gl_texture_image *) ST_CALLOC_STRUCT(st_texture_image); in st_NewTextureImage()122 struct st_texture_object *obj = ST_CALLOC_STRUCT(st_texture_object); in st_NewTextureObject()
858 st->bitmap.cache = ST_CALLOC_STRUCT(bitmap_cache); in st_init_bitmap()