Home
last modified time | relevance | path

Searched refs:SurfaceImplementation (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DSurface.cpp745 class SurfaceImplementation : public Surface class
748SurfaceImplementation(int width, int height, int depth, VkFormat format, void *pixels, int pitch, … in SurfaceImplementation() function in sw::SurfaceImplementation
750SurfaceImplementation(Resource *texture, int width, int height, int depth, int border, int samples… in SurfaceImplementation() function in sw::SurfaceImplementation
752 ~SurfaceImplementation() override {}; in ~SurfaceImplementation()
767 return new SurfaceImplementation(width, height, depth, format, pixels, pitch, slice); in create()
772 …return new SurfaceImplementation(texture, width, height, depth, border, samples, format, lockable,… in create()
/external/swiftshader/src/Renderer/
DSurface.cpp1226 class SurfaceImplementation : public Surface class
1229SurfaceImplementation(int width, int height, int depth, Format format, void *pixels, int pitch, in… in SurfaceImplementation() function in sw::SurfaceImplementation
1231SurfaceImplementation(Resource *texture, int width, int height, int depth, int border, int samples… in SurfaceImplementation() function in sw::SurfaceImplementation
1233 ~SurfaceImplementation() override {}; in ~SurfaceImplementation()
1248 return new SurfaceImplementation(width, height, depth, format, pixels, pitch, slice); in create()
1253 …return new SurfaceImplementation(texture, width, height, depth, border, samples, format, lockable,… in create()