Searched refs:getSuperSampleCount (Results 1 – 5 of 5) sorted by relevance
301 inline int getSuperSampleCount() const;618 int Surface::getSuperSampleCount() const in getSuperSampleCount() function in sw::Surface
1454 int Context::getSuperSampleCount() const in getSuperSampleCount() function in sw::Context1456 return renderTarget[0] ? renderTarget[0]->getSuperSampleCount() : 1; in getSuperSampleCount()
406 int getSuperSampleCount() const;
981 state.superSampling = context->getSuperSampleCount() > 1; in update()
262 int ss = context->getSuperSampleCount(); in draw()