Searched refs:nativeAllocate (Results 1 – 6 of 6) sorted by relevance
39 if (!nativeAllocate(getFormat().getSize())) { in VertexFrame()132 private native boolean nativeAllocate(int size); in nativeAllocate() method in VertexFrame
37 nativeAllocate(); in GLEnvironment()175 private native boolean nativeAllocate(); in nativeAllocate() method in GLEnvironment
39 nativeAllocate(capacity); in NativeFrame()232 private native boolean nativeAllocate(int capacity); in nativeAllocate() method in NativeFrame
116 if (!nativeAllocate(mGLEnvironment, getFormat().getWidth(), getFormat().getHeight())) { in initNew()364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); in nativeAllocate() method in GLFrame
365 mMetadataPtr = nativeAllocate(); in CameraMetadataNative()1932 private static native long nativeAllocate(); in nativeAllocate() method in CameraMetadataNative
18318 Landroid/filterfw/core/GLEnvironment;->nativeAllocate()Z18363 Landroid/filterfw/core/GLFrame;->nativeAllocate(Landroid/filterfw/core/GLEnvironment;II)Z18469 Landroid/filterfw/core/NativeFrame;->nativeAllocate(I)Z18722 Landroid/filterfw/core/VertexFrame;->nativeAllocate(I)Z22063 Landroid/hardware/camera2/impl/CameraMetadataNative;->nativeAllocate()J