Searched refs:getFloats (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DVertexFrame.java83 public float[] getFloats() { method in class:VertexFrame
H A DSimpleFrame.java107 public float[] getFloats() { method in class:SimpleFrame
H A DFrame.java104 public abstract float[] getFloats(); method in class:Frame
H A DNativeFrame.java140 public float[] getFloats() { method in class:NativeFrame
H A DGLFrame.java200 public float[] getFloats() { method in class:GLFrame
202 flushGPU("getFloats");
H A DSerializedFrame.java224 public float[] getFloats() { method in class:SerializedFrame
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java203 boolean getFloats = (valueType == VALUE_TYPE_FLOAT);
217 getFloats = false;
221 if (getFloats) {
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp494 float* vertices = getFloats(verticesCount);
590 float* points = getFloats(count);
597 float* points = getFloats(count);
617 float* positions = getFloats(positionsCount);
629 float* positions = getFloats(positionsCount);
1113 float* vertices = getFloats(verticesCount);
1226 float* points = getFloats(count);
1234 float* points = getFloats(count);
1257 float* positions = getFloats(positionsCount);
1271 float* positions = getFloats(positionsCoun
[all...]
H A DDisplayListRenderer.h481 float* getFloats(int32_t& count) { function in class:android::uirenderer::DisplayList

Completed in 670 milliseconds