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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 24 class ColorBuffer
27 static ColorBuffer *create(int p_width, int p_height,
29 ~ColorBuffer();
43 ColorBuffer();
58 typedef emugl::SmartPtr<ColorBuffer> ColorBufferPtr;
ColorBuffer.cpp 16 #include "ColorBuffer.h"
27 ColorBuffer *ColorBuffer::create(int p_width, int p_height,
55 ColorBuffer *cb = new ColorBuffer();
77 // create another texture for that colorbuffer for blit
115 ColorBuffer::ColorBuffer() :
125 ColorBuffer::~ColorBuffer()
    [all...]
Android.mk 23 ColorBuffer.cpp \
FrameBuffer.cpp 496 ColorBufferPtr cb( ColorBuffer::create(p_width, p_height, p_internalFormat) );
559 // bad colorbuffer handle
573 // bad colorbuffer handle
610 // bad colorbuffer handle
627 // bad colorbuffer handle
642 // bad colorbuffer handle
655 // bad colorbuffer handle
822 // cannot post the colorbuffer

Completed in 1000 milliseconds