Home | History | Annotate | Download | only in common

Lines Matching refs:ptex

228    struct pipe_resource *ptex;
245 ptex = egl_g3d_reference_native_pixmap(dpy,
250 ptex = egl_g3d_reference_drm_buffer(dpy,
256 ptex = egl_g3d_reference_wl_buffer(dpy,
262 ptex = egl_g3d_reference_android_native_buffer(dpy,
267 ptex = NULL;
271 if (!ptex) {
276 if (level > ptex->last_level) {
282 if (layer >= (u_minify(ptex->depth0, level) + ptex->array_size - 1)) {
290 gimg->texture = ptex;
313 struct pipe_resource *ptex;
327 ptex = egl_g3d_create_drm_buffer(dpy, &gimg->base, attribs);
329 ptex = NULL;
331 if (!ptex) {
337 gimg->texture = ptex;