Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFormatPrintTest.cpp55 bool renderbufferSupport = typeFormatPair.second.renderbufferSupport( in TEST_P() local
60 if (!(textureSupport || textureAttachmentSupport || renderbufferSupport)) in TEST_P()
97 if (renderbufferSupport) in TEST_P()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp380 renderbufferSupport(NeverSupported), in InternalFormat()
842 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAXFormat() argument
866 formatInfo.renderbufferSupport = renderbufferSupport; in AddRGBAXFormat()
887 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAFormat() argument
892 textureAttachmentSupport, renderbufferSupport, blendSupport); in AddRGBAFormat()
906 InternalFormat::SupportCheckFunction renderbufferSupport, in AddLUMAFormat() argument
925 formatInfo.renderbufferSupport = renderbufferSupport; in AddLUMAFormat()
943 InternalFormat::SupportCheckFunction renderbufferSupport, in AddDepthStencilFormat() argument
962 formatInfo.renderbufferSupport = renderbufferSupport; in AddDepthStencilFormat()
979 InternalFormat::SupportCheckFunction renderbufferSupport, in AddCompressedFormat() argument
[all …]
H A DRenderbuffer.cpp363 return getFormat().info->renderbufferSupport(context->getClientVersion(), in isRenderable()
H A Dformatutils.h292 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer member
H A DImage.cpp567 mIsRenderable = mState.format.info->renderbufferSupport(context->getClientVersion(), in initialize()
H A DCaps.cpp74 caps.renderbuffer = internalFormatInfo.renderbufferSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
H A DContext.cpp4461 formatInfo.renderbufferSupport(getClientVersion(), mState.getExtensions()); in updateCaps()