OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursor_tex
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c
66
struct pipe_resource *
cursor_tex
;
member in struct:crtc_private
218
if (!crtcp->
cursor_tex
) {
237
crtcp->
cursor_tex
= screen->resource_create(screen, &templat);
238
screen->resource_get_handle(screen, crtcp->
cursor_tex
, &whandle);
243
transfer = pipe_get_transfer(ctx, crtcp->
cursor_tex
,
248
util_copy_rect(ptr, crtcp->
cursor_tex
->format,
343
if (crtcp->
cursor_tex
|| crtcp->cursor_bo)
365
if (crtcp->
cursor_tex
)
366
pipe_resource_reference(&crtcp->
cursor_tex
, NULL);
Completed in 549 milliseconds