HomeSort by relevance Sort by last modified time
    Searched refs:getDepthSize (Results 1 - 7 of 7) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 41 GLuint getDepthSize() const { return (m_attribValues ? m_attribValues[0] : 0); }
  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h 65 GLuint getDepthSize() const;
Framebuffer.cpp 163 if (attachment && attachment->getDepthSize() > 0 && attachment->getStencilSize() > 0)
696 mDepthbuffer.set(depthStencilRenderbuffer, (depthStencilRenderbuffer->getDepthSize() != 0) ? GL_RENDERBUFFER : GL_NONE, 0, 0);
FramebufferAttachment.cpp 443 GLuint FramebufferAttachment::getDepthSize() const
libGLESv2.cpp     [all...]
Context.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.cpp     [all...]

Completed in 48 milliseconds