Home
last modified time | relevance | path

Searched refs:setCenteredSamplePositions (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DCommandList.h170 void setCenteredSamplePositions(unsigned int numSamples);
DGrD3DOpsRenderPass.cpp190 fGpu->currentCommandList()->setCenteredSamplePositions(fRenderTarget->numSamples()); in onBindPipeline()
DGrD3DCommandList.cpp344 void GrD3DDirectCommandList::setCenteredSamplePositions(unsigned int numSamples) { in setCenteredSamplePositions() function in GrD3DDirectCommandList