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