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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 19 class FixedBuffer {
21 FixedBuffer(size_t initialSize = 0) {
27 ~FixedBuffer() {
GLDecoderContextData.h 21 #include "FixedBuffer.h"
47 m_pointerData = new FixedBuffer[m_nLocations];
65 FixedBuffer *m_pointerData;
GLSharedGroup.h 37 #include "FixedBuffer.h"
44 FixedBuffer m_fixedBuffer;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 19 class FixedBuffer {
21 FixedBuffer(size_t initialSize = 0) {
27 ~FixedBuffer() {
GLDecoderContextData.h 21 #include "FixedBuffer.h"
47 m_pointerData = new FixedBuffer[m_nLocations];
65 FixedBuffer *m_pointerData;
GLSharedGroup.h 37 #include "FixedBuffer.h"
44 FixedBuffer m_fixedBuffer;
  /external/chromium_org/mojo/public/bindings/lib/
buffer.h 70 // FixedBuffer provides a simple way to allocate objects within a fixed chunk
73 // explicitly. Instead, they remain valid so long as the FixedBuffer remains
75 // FixedBuffer.
80 // FixedBuffer buf(8 + 8);
94 class FixedBuffer : public Buffer {
96 explicit FixedBuffer(size_t size);
97 virtual ~FixedBuffer();
118 MOJO_DISALLOW_COPY_AND_ASSIGN(FixedBuffer);
message_builder.h 31 FixedBuffer buf_;
buffer.cc 119 FixedBuffer::FixedBuffer(size_t size)
126 FixedBuffer::~FixedBuffer() {
130 void* FixedBuffer::Allocate(size_t delta, Destructor dtor) {
147 void* FixedBuffer::Leak() {
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.h 23 #include "FixedBuffer.h"
64 FixedBuffer m_xferBuffer;
65 FixedBuffer m_xUpdateBuf;
  /external/chromium_org/mojo/public/tests/
bindings_array_unittest.cc 17 internal::FixedBuffer buf(8 + 8*sizeof(char));
40 internal::FixedBuffer buf(8 + 3);
buffer_unittest.cc 62 // Tests that FixedBuffer allocates memory aligned to 8 byte boundaries.
66 internal::FixedBuffer buf(internal::Align(10) * 2);
82 // Tests that FixedBuffer::Leak passes ownership to the caller.
89 internal::FixedBuffer buf(8);
100 // The FixedBuffer should be empty now.
105 // Since we called Leak, ptr is still writable after FixedBuffer went out of
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 22 #include "FixedBuffer.h"
51 FixedBuffer m_fixedBuffer;
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 22 #include "FixedBuffer.h"
57 FixedBuffer m_fixedBuffer;

Completed in 191 milliseconds