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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DVertexFrame.java70 public int[] getInts() { method in class:VertexFrame
H A DSimpleFrame.java96 public int[] getInts() { method in class:SimpleFrame
H A DFrame.java100 public abstract int[] getInts(); method in class:Frame
H A DNativeFrame.java123 public int[] getInts() { method in class:NativeFrame
H A DGLFrame.java184 public int[] getInts() { method in class:GLFrame
186 flushGPU("getInts");
H A DSerializedFrame.java212 public int[] getInts() { method in class:SerializedFrame
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java255 createHistogramFrame(context, mWidth, mHeight, input.getInts());
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp496 int* colors = hasColors ? getInts(colorsCount) : NULL;
509 xDivs = getInts(xDivsCount);
510 yDivs = getInts(yDivsCount);
1115 int32_t* colors = hasColors ? getInts(colorsCount) : NULL;
1133 xDivs = getInts(xDivsCount);
1134 yDivs = getInts(yDivsCount);
H A DDisplayListRenderer.h471 int32_t* getInts(uint32_t& count) { function in class:android::uirenderer::DisplayList

Completed in 673 milliseconds