Searched defs:createBackBuffer (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.hpp | 224 egl::Image *(*createBackBuffer)(int width, int height, sw::Format format, int multiSampleDepth); member in LibGLES_CMexports
|
D | Texture.cpp | 752 egl::Image *createBackBuffer(int width, int height, sw::Format format, int multiSampleDepth) in createBackBuffer() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.hpp | 248 egl::Image *(*createBackBuffer)(int width, int height, sw::Format format, int multiSampleDepth); member in LibGLESv2exports
|
D | Texture.cpp | 1999 NO_SANITIZE_FUNCTION egl::Image *createBackBuffer(int width, int height, sw::Format format, int mul… in createBackBuffer() function
|