Searched refs:nativeAllocate (Results 1 - 4 of 4) sorted by relevance

/system/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java35 nativeAllocate();
161 private native boolean nativeAllocate(); method in class:GLEnvironment
H A DVertexFrame.java39 if (!nativeAllocate(getFormat().getSize())) {
132 private native boolean nativeAllocate(int size); method in class:VertexFrame
H A DNativeFrame.java41 nativeAllocate(capacity);
234 private native boolean nativeAllocate(int capacity); method in class:NativeFrame
H A DGLFrame.java120 if (!nativeAllocate(mGLEnvironment, getFormat().getWidth(), getFormat().getHeight())) {
364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); method in class:GLFrame

Completed in 45 milliseconds