Home
last modified time | relevance | path

Searched refs:getSuperSampleCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp301 inline int getSuperSampleCount() const;
618 int Surface::getSuperSampleCount() const in getSuperSampleCount() function in sw::Surface
DContext.cpp1454 int Context::getSuperSampleCount() const in getSuperSampleCount() function in sw::Context
1456 return renderTarget[0] ? renderTarget[0]->getSuperSampleCount() : 1; in getSuperSampleCount()
DContext.hpp406 int getSuperSampleCount() const;
DVertexProcessor.cpp981 state.superSampling = context->getSuperSampleCount() > 1; in update()
DRenderer.cpp262 int ss = context->getSuperSampleCount(); in draw()