Searched refs:stimg (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_eglimage.c143 struct st_egl_image stimg; local in function:st_egl_image_target_renderbuffer_storage
147 &stimg)) {
151 u_surface_default_template(&surf_tmpl, stimg.texture);
152 surf_tmpl.format = stimg.format;
153 surf_tmpl.u.tex.level = stimg.level;
154 surf_tmpl.u.tex.first_layer = stimg.layer;
155 surf_tmpl.u.tex.last_layer = stimg.layer;
156 ps = pipe->create_surface(pipe, stimg.texture, &surf_tmpl);
157 pipe_resource_reference(&stimg.texture, NULL);
175 struct st_egl_image *stimg)
172 st_bind_egl_image(struct gl_context * ctx,struct gl_texture_object * texObj,struct gl_texture_image * texImage,struct st_egl_image * stimg) argument
242 struct st_egl_image stimg; local in function:st_egl_image_target_texture_2d
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_eglimage.c235 struct st_egl_image stimg; local in function:st_egl_image_target_renderbuffer_storage
240 &stimg, &native_supported)) {
244 u_surface_default_template(&surf_tmpl, stimg.texture);
245 surf_tmpl.format = stimg.format;
246 surf_tmpl.u.tex.level = stimg.level;
247 surf_tmpl.u.tex.first_layer = stimg.layer;
248 surf_tmpl.u.tex.last_layer = stimg.layer;
249 ps = pipe->create_surface(pipe, stimg.texture, &surf_tmpl);
250 pipe_resource_reference(&stimg.texture, NULL);
268 struct st_egl_image *stimg,
265 st_bind_egl_image(struct gl_context * ctx,struct gl_texture_object * texObj,struct gl_texture_image * texImage,struct st_egl_image * stimg,bool tex_storage,bool native_supported) argument
404 struct st_egl_image stimg; local in function:st_egl_image_target_texture_2d
424 struct st_egl_image stimg; local in function:st_egl_image_target_tex_storage
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_screen.c422 struct st_egl_image *stimg)
434 stimg->texture = NULL;
435 pipe_resource_reference(&stimg->texture, img->texture);
438 stimg->format = PIPE_FORMAT_IYUV;
441 stimg->format = PIPE_FORMAT_NV12;
444 stimg->format = img->texture->format;
447 stimg->level = img->level;
448 stimg->layer = img->layer;
420 dri_get_egl_image(struct st_manager * smapi,void * egl_image,struct st_egl_image * stimg) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_screen.c431 struct st_egl_image *stimg)
446 stimg->texture = NULL;
447 pipe_resource_reference(&stimg->texture, img->texture);
449 stimg->format = map ? map->pipe_format : img->texture->format;
450 stimg->level = img->level;
451 stimg->layer = img->layer;
458 stimg->internalformat = driGLFormatToSizedInternalGLFormat(mesa_format);
429 dri_get_egl_image(struct st_manager * smapi,void * egl_image,struct st_egl_image * stimg) argument

Completed in 4 milliseconds