HomeSort by relevance Sort by last modified time
    Searched refs:SamplePattern (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
GpuSampleLocationsTest.cpp 23 typedef std::vector<SkPoint> SamplePattern;
25 static const SamplePattern kTestPatterns[] = {
26 SamplePattern{ // Intel on mac, msaa8, offscreen.
37 SamplePattern{ // Intel on mac, msaa8, on-screen.
48 SamplePattern{ // NVIDIA, msaa16.
67 SamplePattern{ // NVIDIA, mixed samples, 16:1.
90 virtual void overrideSamplePattern(const SamplePattern&) = 0;
109 void assert_equal(skiatest::Reporter* reporter, const SamplePattern& pattern,
193 void overrideSamplePattern(const SamplePattern& newPattern) override {
199 SamplePattern fSamplePattern
    [all...]
  /external/skia/src/gpu/
GrGpu.h 525 typedef SkTArray<SkPoint, true> SamplePattern;
597 int* effectiveSampleCnt, SamplePattern*) = 0;
606 bool operator()(const SamplePattern&, const SamplePattern&) const;
609 typedef std::map<SamplePattern, uint8_t, SamplePatternComparator> MultisampleSpecsIdMap;
GrGpu.cpp 529 bool GrGpu::SamplePatternComparator::operator()(const SamplePattern& a,
530 const SamplePattern& b) const {
  /external/skia/src/gpu/vk/
GrVkGpu.h 80 int* effectiveSampleCnt, SamplePattern*) override;
GrVkGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.h 235 int* effectiveSampleCnt, SamplePattern*) override;
GrGLGpu.cpp     [all...]
  /external/skia/tools/gpu/
GrTest.cpp 304 int* effectiveSampleCnt, SamplePattern*) override {

Completed in 226 milliseconds