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
370 mMetadataPtr = nativeAllocate(); in CameraMetadataNative()2142 private static native long nativeAllocate(); in nativeAllocate() method in CameraMetadataNative
15440 Landroid/filterfw/core/GLEnvironment;->nativeAllocate()Z15485 Landroid/filterfw/core/GLFrame;->nativeAllocate(Landroid/filterfw/core/GLEnvironment;II)Z15591 Landroid/filterfw/core/NativeFrame;->nativeAllocate(I)Z15844 Landroid/filterfw/core/VertexFrame;->nativeAllocate(I)Z19185 Landroid/hardware/camera2/impl/CameraMetadataNative;->nativeAllocate()J