Searched refs:nativeAllocate (Results 1 – 5 of 5) 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()167 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
120 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
265 mMetadataPtr = nativeAllocate(); in CameraMetadataNative()1077 private native long nativeAllocate(); in nativeAllocate() method in CameraMetadataNative