Searched refs:SurfaceImplementation (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 1185 class SurfaceImplementation : public Surface class 1188 …SurfaceImplementation(int width, int height, int depth, Format format, void *pixels, int pitch, in… in SurfaceImplementation() function in sw::SurfaceImplementation 1190 …SurfaceImplementation(Resource *texture, int width, int height, int depth, int border, int samples… in SurfaceImplementation() function in sw::SurfaceImplementation 1192 ~SurfaceImplementation() override {} in ~SurfaceImplementation() 1207 return new SurfaceImplementation(width, height, depth, format, pixels, pitch, slice); in create() 1212 …return new SurfaceImplementation(texture, width, height, depth, border, samples, format, lockable,… in create()
|