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

  /external/swiftshader/src/OpenGL/libGL/
Renderbuffer.cpp 347 int supportedSamples = Context::getSupportedMultisampleCount(samples);
351 mRenderTarget = device->createRenderTarget(width, height, requestedFormat, supportedSamples, false);
364 mSamples = supportedSamples;
405 int supportedSamples = Context::getSupportedMultisampleCount(samples);
409 mDepthStencil = device->createDepthStencilSurface(width, height, sw::FORMAT_D24S8, supportedSamples, false);
422 mSamples = supportedSamples;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Renderbuffer.cpp 288 int supportedSamples = Context::getSupportedMultisampleCount(samples);
298 mRenderTarget = egl::Image::create(width, height, internalformat, supportedSamples, false);
310 mSamples = supportedSamples;
366 int supportedSamples = Context::getSupportedMultisampleCount(samples);
376 mDepthStencil = egl::Image::create(width, height, internalformat, supportedSamples, false);
388 mSamples = supportedSamples;
  /external/swiftshader/src/OpenGL/libGLESv2/
Renderbuffer.cpp 499 int supportedSamples = Context::getSupportedMultisampleCount(samples);
509 mRenderTarget = egl::Image::create(width, height, internalformat, supportedSamples, false);
521 mSamples = supportedSamples;
577 int supportedSamples = Context::getSupportedMultisampleCount(samples);
587 mDepthStencil = egl::Image::create(width, height, internalformat, supportedSamples, false);
599 mSamples = supportedSamples;
  /external/skqp/tests/
ProxyTest.cpp 152 int supportedSamples = caps.getSampleCount(numSamples, config);
155 supportedSamples,
  /external/skia/tests/
ProxyTest.cpp 141 int supportedSamples =
145 supportedSamples,

Completed in 1415 milliseconds