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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 54 GLuint m_fbo; member in class:ColorBuffer
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 81 // Copies the multisample color buffer to the normal color buffer and leaves m_fbo bound
125 Platform3DObject m_fbo; member in class:WebCore::DrawingBuffer
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 242 GLuint m_fbo; member in class:WebCore::BitmapTextureGL
250 , m_fbo(0)
515 if (m_fbo)
516 GL_CMD(glDeleteFramebuffers(1, &m_fbo))
518 m_fbo = 0;
580 if (surface->m_surfaceNeedsReset || !surface->m_fbo) {
581 if (!surface->m_fbo)
582 GL_CMD(glGenFramebuffers(1, &surface->m_fbo))
583 GL_CMD(glBindFramebuffer(GL_FRAMEBUFFER, surface->m_fbo))
590 GL_CMD(glBindFramebuffer(GL_FRAMEBUFFER, surface->m_fbo))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 912 GC3Duint m_fbo; member in class:WebCore::GraphicsContext3D
    [all...]

Completed in 86 milliseconds