HomeSort by relevance Sort by last modified time
    Searched refs:AlignedBuf (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish-opengl/android-emu/android/base/
AlignedBuf.h 33 class AlignedBuf {
35 explicit AlignedBuf(size_t size) {
37 "AlignedBuf only supports power-of-2 aligments.");
41 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) {
47 AlignedBuf& operator=(const AlignedBuf& other) {
49 AlignedBuf tmp(other);
55 AlignedBuf(AlignedBuf&& other) { *this = std::move(other);
    [all...]
Pool.cpp 16 #include "android/base/AlignedBuf.h"
211 AlignedBuf<uint8_t, 64> storage { 0 };
  /device/generic/goldfish-opengl/android-emu/
Android.mk 14 android/base/AlignedBuf.cpp \

Completed in 109 milliseconds