Searched refs:getSuperSampleCount (Results 1 – 7 of 7) sorted by relevance
328 inline int getSuperSampleCount() const;646 int Surface::getSuperSampleCount() const in getSuperSampleCount() function in sw::Surface
1453 int Context::getSuperSampleCount() const in getSuperSampleCount() function in sw::Context1455 return renderTarget[0] ? renderTarget[0]->getSuperSampleCount() : 1; in getSuperSampleCount()
406 int getSuperSampleCount() const;
963 state.superSampling = context->getSuperSampleCount() > 1; in update()
225 int ss = context->getSuperSampleCount(); in draw()
3662 …float LOD = (float&)value - sw::log2((float)context->renderTarget[0]->getSuperSampleCount()); //… in SetTextureStageState()
4328 …float LOD = (float&)value - sw::log2((float)context->renderTarget[0]->getSuperSampleCount()); //… in SetSamplerState()