Searched refs:kAllOut_InitialState (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrReducedClip.cpp | 86 *initialState = kAllOut_InitialState; in ReduceClipStack() 96 *initialState = kAllOut_InitialState; in ReduceClipStack() 105 *initialState = kAllOut_InitialState; in ReduceClipStack() 119 *initialState = kAllOut_InitialState; in ReduceClipStack() 171 *initialState = kAllOut_InitialState; in reduced_stack_walker() 190 *initialState = kAllOut_InitialState; in reduced_stack_walker() 195 *initialState = kAllOut_InitialState; in reduced_stack_walker() 211 *initialState = kAllOut_InitialState; in reduced_stack_walker() 220 *initialState = kAllOut_InitialState; in reduced_stack_walker() 280 *initialState = kAllOut_InitialState; in reduced_stack_walker() [all …]
|
D | GrReducedClip.h | 18 kAllOut_InitialState, enumerator
|
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 86 *initialState = kAllOut_InitialState; in ReduceClipStack() 96 *initialState = kAllOut_InitialState; in ReduceClipStack() 105 *initialState = kAllOut_InitialState; in ReduceClipStack() 119 *initialState = kAllOut_InitialState; in ReduceClipStack() 171 *initialState = kAllOut_InitialState; in reduced_stack_walker() 190 *initialState = kAllOut_InitialState; in reduced_stack_walker() 195 *initialState = kAllOut_InitialState; in reduced_stack_walker() 211 *initialState = kAllOut_InitialState; in reduced_stack_walker() 220 *initialState = kAllOut_InitialState; in reduced_stack_walker() 280 *initialState = kAllOut_InitialState; in reduced_stack_walker() [all …]
|
D | GrReducedClip.h | 18 kAllOut_InitialState, enumerator
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 971 if (GrReducedClip::kAllOut_InitialState == initial) { in test_reduced_clip_stack() 1076 … { XYWH(0, 0, 27, 27), 1, genIDA, GrReducedClip::kAllOut_InitialState, XYWH(0, 0, 27, 27)}, in test_reduced_clip_stack_genid() 1077 { XYWH(0, 0, 27, 27), 1, genIDA, GrReducedClip::kAllOut_InitialState, unused }, in test_reduced_clip_stack_genid() 1082 … { XYWH(50, 0, 27, 27), 1, genIDB, GrReducedClip::kAllOut_InitialState, XYWH(50, 0, 26, 27) }, in test_reduced_clip_stack_genid() 1083 { XYWH(50, 0, 27, 27), 1, genIDB, GrReducedClip::kAllOut_InitialState, unused }, in test_reduced_clip_stack_genid() 1088 … { XYWH(0, 50, 27, 27), 1, genIDC, GrReducedClip::kAllOut_InitialState, XYWH(0, 50, 27, 26) }, in test_reduced_clip_stack_genid() 1089 { XYWH(0, 50, 27, 27), 1, genIDC, GrReducedClip::kAllOut_InitialState, unused }, in test_reduced_clip_stack_genid() 1094 { XYWH(50, 50, 27, 27), 1, genIDD, GrReducedClip::kAllOut_InitialState, unused }, in test_reduced_clip_stack_genid() 1095 … { XYWH(50, 50, 27, 27), 1, genIDD, GrReducedClip::kAllOut_InitialState, XYWH(50, 50, 26, 26)}, in test_reduced_clip_stack_genid() 1098 { XYWH(0, 0, 100, 100), 4, genIDD, GrReducedClip::kAllOut_InitialState, unused }, in test_reduced_clip_stack_genid() [all …]
|