Searched refs:SurfaceImplementation (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Device/ |
D | Surface.cpp | 745 class SurfaceImplementation : public Surface class 748 …SurfaceImplementation(int width, int height, int depth, VkFormat format, void *pixels, int pitch, … in SurfaceImplementation() function in sw::SurfaceImplementation 750 …SurfaceImplementation(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/ |
D | Surface.cpp | 1226 class SurfaceImplementation : public Surface class 1229 …SurfaceImplementation(int width, int height, int depth, Format format, void *pixels, int pitch, in… in SurfaceImplementation() function in sw::SurfaceImplementation 1231 …SurfaceImplementation(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()
|