OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_helper.c
261
struct pipe_resource *
ftex
;
local
271
ftex
= resource_surface_get_single_resource(rsurf,
273
if (!
ftex
)
280
u_box_origin_2d(
ftex
->width0,
ftex
->height0, &src_box);
281
pipe->resource_copy_region(pipe,
ftex
, 0, 0, 0, 0,
288
pipe_resource_reference(&
ftex
, NULL);
/external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c
261
struct pipe_resource *
ftex
;
local
271
ftex
= resource_surface_get_single_resource(rsurf,
273
if (!
ftex
)
280
u_box_origin_2d(
ftex
->width0,
ftex
->height0, &src_box);
281
pipe->resource_copy_region(pipe,
ftex
, 0, 0, 0, 0,
288
pipe_resource_reference(&
ftex
, NULL);
Completed in 7199 milliseconds