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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 473 IDirect3DSurface9 *Surface::getDepthStencil()
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Framebuffer.cpp 143 IDirect3DSurface9 *Framebuffer::getDepthStencil()
154 return depthstencilbuffer->getDepthStencil();
Renderbuffer.cpp 52 IDirect3DSurface9 *Renderbuffer::getDepthStencil()
54 return mStorage->getDepthStencil();
123 IDirect3DSurface9 *RenderbufferStorage::getDepthStencil()
402 IDirect3DSurface9 *DepthStencilbuffer::getDepthStencil()
419 if (getDepthStencil())
457 if (getDepthStencil())

Completed in 193 milliseconds