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();
42 ColorBuffer();
58 typedef SmartPtr<ColorBuffer> ColorBufferPtr;
ColorBuffer.cpp 16 #include "ColorBuffer.h"
26 ColorBuffer *ColorBuffer::create(int p_width, int p_height,
54 ColorBuffer *cb = new ColorBuffer();
76 // create another texture for that colorbuffer for blit
112 ColorBuffer::ColorBuffer() :
133 ColorBuffer::~ColorBuffer()
    [all...]
Android.mk 23 ColorBuffer.cpp \
FrameBuffer.cpp 474 ColorBufferPtr cb( ColorBuffer::create(p_width, p_height, p_internalFormat) );
537 // bad colorbuffer handle
548 // bad colorbuffer handle
584 // bad colorbuffer handle
601 // bad colorbuffer handle
616 // bad colorbuffer handle
629 // bad colorbuffer handle
793 // cannot post the colorbuffer

Completed in 53 milliseconds