HomeSort by relevance Sort by last modified time
    Searched defs:FrameBuffer (Results 1 - 8 of 8) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.h 12 class FrameBuffer {
14 FrameBuffer();
15 virtual ~FrameBuffer();
FrameBuffer.cpp 1 #include "FrameBuffer.h"
3 FrameBuffer::FrameBuffer()
8 FrameBuffer::~FrameBuffer() {
11 void FrameBuffer::Reset() {
19 bool FrameBuffer::InitializeGLContext() {
24 bool FrameBuffer::Init(int width, int height, GLenum format) {
58 checkFramebufferStatus("FrameBuffer.cpp");
71 bool FrameBuffer::CreateBuffers()
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 9 class FrameBuffer {
11 FrameBuffer();
12 virtual ~FrameBuffer();
FrameBuffer.cpp 1 #include "FrameBuffer.h"
3 FrameBuffer::FrameBuffer()
8 FrameBuffer::~FrameBuffer() {
11 void FrameBuffer::Reset() {
19 bool FrameBuffer::InitializeGLContext() {
24 bool FrameBuffer::Init(int width, int height, GLenum format) {
69 bool FrameBuffer::CreateBuffers() {
78 GLuint FrameBuffer::GetTextureName() const
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
FrameBuffer.java 28 * texture by {@link FrameBuffer#getColorBufferTexture()}. This class will only work with OpenGL ES 2.0.
33 * application or receives an incoming call, the framebuffer will be automatically recreated.
37 * A FrameBuffer must be disposed if it is no longer needed
41 public class FrameBuffer extends GLFrameBuffer<Texture> {
43 /** Creates a new FrameBuffer having the given dimensions and potentially a depth buffer attached. */
44 public FrameBuffer (Pixmap.Format format, int width, int height, boolean hasDepth) {
48 /** Creates a new FrameBuffer having the given dimensions and potentially a depth and a stencil buffer attached.
52 * @param width the width of the framebuffer in pixels
53 * @param height the height of the framebuffer in pixels
55 * @throws com.badlogic.gdx.utils.GdxRuntimeException in case the FrameBuffer could not be created */
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfFrameBuffer.h 43 // class FrameBuffer
150 class FrameBuffer
220 class FrameBuffer::Iterator
225 Iterator (const FrameBuffer::SliceMap::iterator &i);
235 friend class FrameBuffer::ConstIterator;
237 FrameBuffer::SliceMap::iterator _i;
241 class FrameBuffer::ConstIterator
246 ConstIterator (const FrameBuffer::SliceMap::const_iterator &i);
247 ConstIterator (const FrameBuffer::Iterator &other);
260 FrameBuffer::SliceMap::const_iterator _i
    [all...]
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
sampler.py 211 self.frame_buffers[key] = FrameBuffer(pipe, fb)
215 class FrameBuffer():
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]

Completed in 675 milliseconds