HomeSort by relevance Sort by last modified time
    Searched defs:makeBuffer (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 111 private static IntBuffer makeBuffer(int[] src, int n) {
120 private static ShortBuffer makeBuffer(short[] src, int n) {
145 mBitmap1.copyPixelsFromBuffer(makeBuffer(data8888, N));
146 mBitmap2.copyPixelsFromBuffer(makeBuffer(data565, N));
147 mBitmap3.copyPixelsFromBuffer(makeBuffer(data4444, N));
  /external/llvm/lib/LTO/
LTOModule.cpp 256 LTOModule::makeBuffer(const void *mem, size_t length, StringRef name) {

Completed in 2992 milliseconds