Searched defs:createDepthStencil (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.hpp | 225 egl::Image *(*createDepthStencil)(int width, int height, sw::Format format, int multiSampleDepth); member in LibGLES_CMexports
|
D | Texture.cpp | 763 egl::Image *createDepthStencil(int width, int height, sw::Format format, int multiSampleDepth) in createDepthStencil() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.hpp | 250 egl::Image *(*createDepthStencil)(int width, int height, sw::Format format, int multiSampleDepth); member in LibGLESv2exports
|
D | Texture.cpp | 1930 NO_SANITIZE_FUNCTION egl::Image *createDepthStencil(int width, int height, sw::Format format, int m… in createDepthStencil() function
|