Searched refs:initialState (Results 1 - 23 of 23) sorted by relevance

/external/skia/src/gpu/
H A DGrReducedClip.cpp16 GrReducedClip::InitialState* initialState,
26 *initialState = kUnknown_InitialState;
35 while ((kUnknown_InitialState == *initialState)) {
38 *initialState = GrReducedClip::kAllIn_InitialState;
42 *initialState = GrReducedClip::kAllOut_InitialState;
46 *initialState = GrReducedClip::kAllIn_InitialState;
61 *initialState = GrReducedClip::kAllOut_InitialState;
66 *initialState = GrReducedClip::kAllOut_InitialState;
82 *initialState = GrReducedClip::kAllOut_InitialState;
91 *initialState
12 reduced_stack_walker(const SkClipStack& stack, const SkRect& queryBounds, GrReducedClip::ElementList* result, int32_t* resultGenID, GrReducedClip::InitialState* initialState, bool* requiresAA) argument
327 ReduceClipStack(const SkClipStack& stack, const SkIRect& queryBounds, ElementList* result, int32_t* resultGenID, InitialState* initialState, SkIRect* tighterBounds, bool* requiresAA) argument
[all...]
H A DGrReducedClip.h29 * initialState. Optionally, the caller can request a tighter bounds on the
44 InitialState* initialState,
H A DGrClipMaskManager.h105 GrReducedClip::InitialState initialState,
113 GrReducedClip::InitialState initialState,
120 GrReducedClip::InitialState initialState,
H A DGrClipMaskManager.cpp221 GrReducedClip::InitialState initialState = GrReducedClip::kAllIn_InitialState; local
257 &initialState,
261 if (GrReducedClip::kAllIn_InitialState == initialState) {
312 initialState,
318 initialState,
348 initialState,
542 GrReducedClip::InitialState initialState,
574 GrReducedClip::kAllIn_InitialState == initialState ? 0xffffffff : 0x00000000,
697 GrReducedClip::InitialState initialState,
729 GrReducedClip::kAllIn_InitialState == initialState,
541 createAlphaClipMask(int32_t elementsGenID, GrReducedClip::InitialState initialState, const GrReducedClip::ElementList& elements, const SkVector& clipToMaskOffset, const SkIRect& clipSpaceIBounds) argument
695 createStencilClipMask(GrRenderTarget* rt, int32_t elementsGenID, GrReducedClip::InitialState initialState, const GrReducedClip::ElementList& elements, const SkIRect& clipSpaceIBounds, const SkIPoint& clipSpaceToStencilOffset) argument
1037 createSoftwareClipMask(int32_t elementsGenID, GrReducedClip::InitialState initialState, const GrReducedClip::ElementList& elements, const SkVector& clipToMaskOffset, const SkIRect& clipSpaceIBounds) argument
[all...]
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DGenericParser.java42 protected final InternalState initialState; field in class:GenericParser
49 InternalState initialState) {
52 this.initialState = initialState;
53 this.currentState = initialState;
68 initialState = aGenericParser.initialState;
155 currentState = initialState;
47 GenericParser(ParserStateTable parserStateTable, Map<InternalState, ExternalState> intToExtStateTable, InternalState initialState) argument
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
H A Dtokenizer_test.js6 function tokenize(html, initialState, lastStartTag) {
11 tokenizer.state = initialState;
148 descr.initialStates.forEach(function (initialState) {
155 initialState: getTokenizerSuitableStateName(initialState),
167 test.idx, '.', test.setName, ' - ', test.name, ' - Initial state: ', test.initialState].join('');
173 var out = tokenize(test.input, test.initialState, test.lastStartTag);
/external/deqp/execserver/
H A DxsWin32TestProcess.hpp61 Event (bool manualReset, bool initialState);
H A DxsWin32TestProcess.cpp77 Event::Event (bool manualReset, bool initialState) argument
80 m_handle = CreateEvent(NULL, manualReset ? TRUE : FALSE, initialState ? TRUE : FALSE, NULL);
/external/deqp/executor/
H A DxeTcpIpLink.hpp43 TcpIpLinkState (CommLinkState initialState, const char* initialErr);
H A DxeTcpIpLink.cpp77 TcpIpLinkState::TcpIpLinkState (CommLinkState initialState, const char* initialErr) argument
78 : m_state (initialState)
/external/icu/icu4c/source/common/
H A Drbbitblb.cpp550 RBBIStateDescriptor *initialState = NULL; local
573 initialState = new RBBIStateDescriptor(lastInputSymbol, fStatus);
574 if (initialState == NULL) {
580 initialState->fPositions = new UVector(*fStatus);
581 if (initialState->fPositions == NULL) {
587 setAdd(initialState->fPositions, fTree->fFirstPosSet);
588 fDStates->addElement(initialState, *fStatus);
679 delete initialState;
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c361 UBool initialState = TRUE; local
373 initialState = udat_getBooleanAttribute(en, UDAT_PARSE_ALLOW_NUMERIC, &status);
374 if(initialState != TRUE) switchedState = TRUE; // if it wasn't the default of TRUE, then flip what we expect
/external/deqp/modules/gles3/functional/
H A Des3fBufferObjectQueryTests.cpp463 StateQueryMemoryWriteGuard<GLvoid*> initialState; local
464 glGetBufferPointerv(GL_ARRAY_BUFFER, GL_BUFFER_MAP_POINTER, &initialState);
465 initialState.verifyValidity(m_testCtx);
466 checkPointerEquals(m_testCtx, initialState, 0);
H A Des3fShaderStateQueryTests.cpp2883 StateQueryMemoryWriteGuard<GLvoid*> initialState; local
2884 glGetVertexAttribPointerv(0, GL_VERTEX_ATTRIB_ARRAY_POINTER, &initialState);
2885 initialState.verifyValidity(m_testCtx);
2886 checkPointerEquals(m_testCtx, initialState, 0);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java516 RBBIStateDescriptor initialState = new RBBIStateDescriptor(lastInputSymbol);
517 initialState.fPositions.addAll(fRB.fTreeRoots[fRootIx].fFirstPosSet);
518 fDStates.add(initialState);
/external/libcxxabi/src/Unwind/
H A DDwarfParser.hpp372 PrologInfo initialState = *results;
444 results->savedRegisters[reg] = initialState.savedRegisters[reg];
707 results->savedRegisters[reg] = initialState.savedRegisters[reg];
/external/skia/tests/
H A DClipStackTest.cpp1078 GrReducedClip::InitialState initialState; member in struct:SUPPRESS_VISIBILITY_WARNING
1138 REPORTER_ASSERT(reporter, initial == testCases[i].initialState);
1139 SkASSERT(initial == testCases[i].initialState);
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1724 StateQueryMemoryWriteGuard<GLvoid*> initialState; local
1725 glGetVertexAttribPointerv(0, GL_VERTEX_ATTRIB_ARRAY_POINTER, &initialState);
1726 initialState.verifyValidity(m_testCtx);
1727 checkPointerEquals(m_testCtx, initialState, 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/skia/src/utils/
H A DSkLua.cpp637 GrReducedClip::InitialState initialState; local
647 &initialState,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 4431 milliseconds