Searched defs:SurfaceImplementation (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/Renderer/
H A DSurface.cpp1212 class SurfaceImplementation : public Surface class in namespace:sw
1215 SurfaceImplementation(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) function in class:sw::SurfaceImplementation
1217 SurfaceImplementation(Resource *texture, int width, int height, int depth, int border, int samples, Format format, bool lockable, bool renderTarget, int pitchP = 0) function in class:sw::SurfaceImplementation
1219 ~SurfaceImplementation() override {};
1234 return new SurfaceImplementation(width, height, depth, format, pixels, pitch, slice);
1239 return new SurfaceImplementation(texture, width, height, depth, border, samples, format, lockable, renderTarget, pitchPprovided);

Completed in 83 milliseconds