OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthRegion
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_vtbl.c
719
struct intel_region *colorRegions[MAX_DRAW_BUFFERS], *
depthRegion
= NULL;
798
depthRegion
= irbDepth->mt->region;
801
depthRegion
= NULL;
805
depthRegion
= NULL;
822
if (
depthRegion
== NULL && irbStencil && irbStencil->mt
824
depthRegion
= irbStencil->mt->region;
834
intel->vtbl.set_draw_region(intel, colorRegions,
depthRegion
,
i915_vtbl.c
719
struct intel_region *colorRegion = NULL, *
depthRegion
= NULL;
768
depthRegion
= irbDepth->mt->region;
771
depthRegion
= NULL;
775
depthRegion
= NULL;
792
if (
depthRegion
== NULL && irbStencil && irbStencil->mt
794
depthRegion
= irbStencil->mt->region;
805
intel->vtbl.set_draw_region(intel, &colorRegion,
depthRegion
,
/external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c
719
struct intel_region *colorRegions[MAX_DRAW_BUFFERS], *
depthRegion
= NULL;
798
depthRegion
= irbDepth->mt->region;
801
depthRegion
= NULL;
805
depthRegion
= NULL;
822
if (
depthRegion
== NULL && irbStencil && irbStencil->mt
824
depthRegion
= irbStencil->mt->region;
834
intel->vtbl.set_draw_region(intel, colorRegions,
depthRegion
,
i915_vtbl.c
719
struct intel_region *colorRegion = NULL, *
depthRegion
= NULL;
768
depthRegion
= irbDepth->mt->region;
771
depthRegion
= NULL;
775
depthRegion
= NULL;
792
if (
depthRegion
== NULL && irbStencil && irbStencil->mt
794
depthRegion
= irbStencil->mt->region;
805
intel->vtbl.set_draw_region(intel, &colorRegion,
depthRegion
,
Completed in 635 milliseconds