Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
Dformatutils.cpp270 renderSupport(NeverSupported), in InternalFormat()
276 InternalFormat::SupportCheckFunction renderSupport, in UnsizedFormat() argument
282 formatInfo.renderSupport = renderSupport; in UnsizedFormat()
290 InternalFormat::SupportCheckFunction renderSupport, in RGBAFormat() argument
306 formatInfo.renderSupport = renderSupport; in RGBAFormat()
313 InternalFormat::SupportCheckFunction renderSupport, in LUMAFormat() argument
326 formatInfo.renderSupport = renderSupport; in LUMAFormat()
333 InternalFormat::SupportCheckFunction renderSupport, in DepthStencilFormat() argument
346 formatInfo.renderSupport = renderSupport; in DepthStencilFormat()
354 InternalFormat::SupportCheckFunction renderSupport, in CompressedFormat() argument
[all …]
Dformatutils.h90 SupportCheckFunction renderSupport; member
DContext.cpp2267 formatCaps.renderable = formatInfo.renderSupport(clientVersion, mExtensions); in initCaps()