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

  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 229 struct egl_g3d_image *gimg; local
232 gimg = CALLOC_STRUCT(egl_g3d_image);
233 if (!gimg) {
238 if (!_eglInitImage(&gimg->base, dpy)) {
239 FREE(gimg);
251 (EGLint) pointer_to_intptr(buffer), &gimg->base, attribs);
257 (struct wl_buffer *) buffer, &gimg->base, attribs);
272 FREE(gimg);
278 pipe_resource_reference(&gimg->texture, NULL);
279 FREE(gimg);
300 struct egl_g3d_image *gimg = egl_g3d_image(img); local
312 struct egl_g3d_image *gimg; local
349 struct egl_g3d_image *gimg = egl_g3d_image(img); local
    [all...]
egl_g3d_st.c 60 struct egl_g3d_image *gimg; local
71 gimg = egl_g3d_image(img);
74 pipe_resource_reference(&out->texture, gimg->texture);
75 out->level = gimg->level;
76 out->layer = gimg->layer;

Completed in 510 milliseconds