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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 72 int maxSampleCount() const { return fMaxSampleCount; }
GrContext.cpp 630 return fGpu->caps()->maxSampleCount();
    [all...]
  /external/skia/src/gpu/
GrDrawTargetCaps.h 67 int maxSampleCount() const { return fMaxSampleCount; }
GrContext.cpp 603 return fGpu->caps()->maxSampleCount();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 402 int maxSampleCount = 0;
405 m_context->getIntegerv(GL_MAX_SAMPLES_ANGLE, &maxSampleCount);
410 m_sampleCount = std::min(4, maxSampleCount);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 497 GLint maxSampleCount = -1;
498 GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &maxSampleCount));
499 if (maxSampleCount < m_numSamples)
500 throw tcu::NotSupportedError(std::string("") + "Maximum sample count returned by glGetInternalformativ() for " + glu::getPixelFormatName(FBO_COLOR_FORMAT) + " is only " + de::toString(maxSampleCount));
    [all...]
es3fRasterizationTests.cpp 183 glw::GLint maxSampleCount = 0;
184 gl.getInternalformativ(GL_RENDERBUFFER, m_fboInternalFormat, GL_SAMPLES, 1, &maxSampleCount);
187 msaaTargetSamples = maxSampleCount;
188 else if (maxSampleCount >= m_numRequestedSamples)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 2699 milliseconds