Searched defs:FrameBuffer (Results 1 – 1 of 1) sorted by relevance
31 struct FrameBuffer { struct32 int width;33 int height;34 int FBOID;35 int Format;36 ColorType colorType = Drawing::COLORTYPE_RGBA_8888;37 std::shared_ptr<GPUContext> gpuContext;38 std::shared_ptr<ColorSpace> colorSpace;