Home
last modified time | relevance | path

Searched refs:getNearestSupportedSamples (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DRenderbuffer.cpp203 int supportedSamples = getContext()->getNearestSupportedSamples(requestedFormat, samples); in Colorbuffer()
328 int supportedSamples = getContext()->getNearestSupportedSamples(D3DFMT_D24S8, samples); in DepthStencilbuffer()
DContext.h417 int getNearestSupportedSamples(D3DFORMAT format, int requested) const;
DContext.cpp2930 int Context::getNearestSupportedSamples(D3DFORMAT format, int requested) const in getNearestSupportedSamples() function in gl::Context
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog899 (gl::Context::getNearestSupportedSamples):