Searched refs:createDepthStencilSurface (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Device.hpp | 49 …virtual egl::Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format …
|
D | Renderbuffer.cpp | 388 …mDepthStencil = device->createDepthStencilSurface(width, height, sw::FORMAT_D24S8, supportedSample… in DepthStencilbuffer()
|
D | Device.cpp | 207 …egl::Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format … in createDepthStencilSurface() function in es1::Device
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Device.hpp | 57 …virtual Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format forma…
|
D | Renderbuffer.cpp | 409 …mDepthStencil = device->createDepthStencilSurface(width, height, sw::FORMAT_D24S8, supportedSample… in DepthStencilbuffer()
|
D | Device.cpp | 242 …Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format forma… in createDepthStencilSurface() function in gl::Device
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.hpp | 49 …virtual egl::Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format …
|
D | Renderbuffer.cpp | 584 …mDepthStencil = device->createDepthStencilSurface(width, height, internalFormat, supportedSamples,… in DepthStencilbuffer()
|
D | Device.cpp | 243 …egl::Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format … in createDepthStencilSurface() function in es2::Device
|