Searched refs:fCurrentContext (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java90 protected int fCurrentContext; field in class:NamespaceSupport
113 fCurrentContext = 0;
114 fContext[fCurrentContext] = fNamespaceSize;
122 ++fCurrentContext;
133 if (fCurrentContext + 1 == fContext.length) {
140 fContext[++fCurrentContext] = fNamespaceSize;
149 fNamespaceSize = fContext[fCurrentContext--];
162 for (int i = fNamespaceSize; i > fContext[fCurrentContext]; i -= 2) {
235 return (fNamespaceSize - fContext[fCurrentContext]) / 2;
242 return fNamespace[fContext[fCurrentContext]
[all...]
/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h34 context_id GetCurrentContext() { return fCurrentContext; };
52 context_id fCurrentContext; member in class:GalliumContext
H A DGalliumContext.cpp48 fCurrentContext(0)
279 context_id oldContextID = fCurrentContext;
295 fCurrentContext = contextID;
375 if (!fContext[fCurrentContext]) {
379 if (fContext[fCurrentContext]->width != width
380 || fContext[fCurrentContext]->height != height) {
393 assert(fContext[fCurrentContext]);
396 fContext[fCurrentContext]->width = width;
397 fContext[fCurrentContext]->height = height;
400 p_atomic_inc(&fContext[fCurrentContext]
[all...]

Completed in 747 milliseconds