OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blend_state
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
52
refcnt_ptr<GalliumD3D11BlendState, PtrTraits>
blend_state
;
member in struct:GalliumD3D11DeviceContext
1077
if(
blend_state
.p != new_blend_state)
1080
blend_state
= new_blend_state;
1107
*out_blend_state =
blend_state
.ref();
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
52
refcnt_ptr<GalliumD3D11BlendState, PtrTraits>
blend_state
;
member in struct:GalliumD3D11DeviceContext
1077
if(
blend_state
.p != new_blend_state)
1080
blend_state
= new_blend_state;
1107
*out_blend_state =
blend_state
.ref();
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h
509
struct r300_atom
blend_state
;
member in struct:r300_context
/external/mesa3d/src/gallium/drivers/r300/
r300_context.h
509
struct r300_atom
blend_state
;
member in struct:r300_context
Completed in 47 milliseconds