Home
last modified time | relevance | path

Searched refs:renderbufferSupport (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFormatPrintTest.cpp56 bool renderbufferSupport = typeFormatPair.second.renderbufferSupport( in TEST_P() local
61 if (!(textureSupport || textureAttachmentSupport || renderbufferSupport)) in TEST_P()
98 if (renderbufferSupport) in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp359 renderbufferSupport(NeverSupported), in InternalFormat()
802 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAXFormat() argument
826 formatInfo.renderbufferSupport = renderbufferSupport; in AddRGBAXFormat()
847 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAFormat() argument
852 textureAttachmentSupport, renderbufferSupport, blendSupport); in AddRGBAFormat()
866 InternalFormat::SupportCheckFunction renderbufferSupport, in AddLUMAFormat() argument
885 formatInfo.renderbufferSupport = renderbufferSupport; in AddLUMAFormat()
903 InternalFormat::SupportCheckFunction renderbufferSupport, in AddDepthStencilFormat() argument
922 formatInfo.renderbufferSupport = renderbufferSupport; in AddDepthStencilFormat()
939 InternalFormat::SupportCheckFunction renderbufferSupport, in AddCompressedFormat() argument
[all …]
DRenderbuffer.cpp358 return getFormat().info->renderbufferSupport(context->getClientVersion(), in isRenderable()
Dformatutils.h245 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer member
DImage.cpp372 return mState.format.info->renderbufferSupport(context->getClientVersion(), in isRenderable()
DCaps.cpp74 caps.renderbuffer = internalFormatInfo.renderbufferSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DContext.cpp3956 formatInfo.renderbufferSupport(getClientVersion(), mState.mExtensions); in updateCaps()