HomeSort by relevance Sort by last modified time
    Searched refs:makeBuffer (Results 1 - 4 of 4) 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/include/llvm/LTO/
LTOModule.h 84 makeBuffer(const void *mem, size_t length, StringRef name = "");
  /external/llvm/tools/lto/
lto.cpp 187 std::unique_ptr<MemoryBuffer> buffer(LTOModule::makeBuffer(mem, length));
  /external/llvm/lib/LTO/
LTOModule.cpp 247 LTOModule::makeBuffer(const void *mem, size_t length, StringRef name) {

Completed in 555 milliseconds