Home
last modified time | relevance | path

Searched refs:getCurrent (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
Dmain.cpp165 static gl::Current *getCurrent(void) in getCurrent() function
179 Current *current = getCurrent(); in makeCurrent()
192 Current *current = getCurrent(); in getContext()
199 Current *current = getCurrent(); in getDisplay()
213 Current *current = getCurrent(); in setCurrentDisplay()
220 Current *current = getCurrent(); in setCurrentContext()
227 Current *current = getCurrent(); in setCurrentDrawSurface()
234 Current *current = getCurrent(); in getCurrentDrawSurface()
241 Current *current = getCurrent(); in setCurrentReadSurface()
248 Current *current = getCurrent(); in getCurrentReadSurface()
/external/doclava/res/assets/templates/assets/
Djquery-history.js32 var current = $.history.getCurrent();
42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
53 getCurrent: function() { method
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp175 static Current *getCurrent(void) in getCurrent() function
189 Current *current = getCurrent(); in setCurrentError()
196 Current *current = getCurrent(); in getCurrentError()
203 Current *current = getCurrent(); in setCurrentAPI()
210 Current *current = getCurrent(); in getCurrentAPI()
217 Current *current = getCurrent(); in setCurrentContext()
234 Current *current = getCurrent(); in getCurrentContext()
241 Current *current = getCurrent(); in setCurrentDrawSurface()
258 Current *current = getCurrent(); in getCurrentDrawSurface()
265 Current *current = getCurrent(); in setCurrentReadSurface()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DMovementComponent.java46 float newVelocityX = sInterpolator.getCurrent(); in update()
52 float newVelocityY = sInterpolator.getCurrent(); in update()
DInterpolator.java88 public float getCurrent() { in getCurrent() method in Interpolator
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java83 public Drawable getCurrent() { in getCurrent() method in SquaringDrawable
84 return wrapped.getCurrent(); in getCurrent()
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_EncoderContext.h27 FX_WCHAR getCurrent();
DBC_EncoderContext.cpp72 FX_WCHAR CBC_EncoderContext::getCurrent() { in getCurrent() function in CBC_EncoderContext
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h83 inline const RootIt &getCurrent() const { return current; } in getCurrent() function
122 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc());
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DAnyTransliterator.java119 public void getCurrent(Position run); in getCurrent() method
226 public void getCurrent(Position run) { in getCurrent() method in AnyTransliterator.ScriptRunIterator
/external/llvm/include/llvm/ADT/
DSTLExtras.h132 inline const RootIt &getCurrent() const { return current; } in getCurrent() function
191 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java409 public int getCurrent() { in getCurrent() method in NumberPicker
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h123 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h146 inline const RootIt &getCurrent() const { return current; } in getCurrent() function
205 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
/external/llvm/lib/IR/
DInstructions.cpp1058 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler()