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();
59 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() :
138 ColorBuffer::~ColorBuffer()
    [all...]
Android.mk 23 ColorBuffer.cpp \
FrameBuffer.cpp 489 ColorBufferPtr cb( ColorBuffer::create(p_width, p_height, p_internalFormat) );
552 // bad colorbuffer handle
563 // bad colorbuffer handle
599 // bad colorbuffer handle
616 // bad colorbuffer handle
631 // bad colorbuffer handle
644 // bad colorbuffer handle
808 // cannot post the colorbuffer

Completed in 81 milliseconds