Searched refs:renderbufferSupport (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | FormatPrintTest.cpp | 55 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 D | formatutils.cpp | 380 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 D | Renderbuffer.cpp | 363 return getFormat().info->renderbufferSupport(context->getClientVersion(), in isRenderable()
|
H A D | formatutils.h | 292 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer member
|
H A D | Image.cpp | 567 mIsRenderable = mState.format.info->renderbufferSupport(context->getClientVersion(), in initialize()
|
H A D | Caps.cpp | 74 caps.renderbuffer = internalFormatInfo.renderbufferSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
|
H A D | Context.cpp | 4461 formatInfo.renderbufferSupport(getClientVersion(), mState.getExtensions()); in updateCaps()
|