Home
last modified time | relevance | path

Searched refs:createDepthStencilSurface (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp49 …virtual egl::Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format …
DRenderbuffer.cpp388 …mDepthStencil = device->createDepthStencilSurface(width, height, sw::FORMAT_D24S8, supportedSample… in DepthStencilbuffer()
DDevice.cpp207 …egl::Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format … in createDepthStencilSurface() function in es1::Device
/external/swiftshader/src/OpenGL/libGL/
DDevice.hpp57 …virtual Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format forma…
DRenderbuffer.cpp409 …mDepthStencil = device->createDepthStencilSurface(width, height, sw::FORMAT_D24S8, supportedSample… in DepthStencilbuffer()
DDevice.cpp242 …Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format forma… in createDepthStencilSurface() function in gl::Device
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp49 …virtual egl::Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format …
DRenderbuffer.cpp584 …mDepthStencil = device->createDepthStencilSurface(width, height, internalFormat, supportedSamples,… in DepthStencilbuffer()
DDevice.cpp243 …egl::Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format … in createDepthStencilSurface() function in es2::Device