Home
last modified time | relevance | path

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

/external/angle/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()
/external/angle/src/libANGLE/
Dformatutils.cpp355 renderbufferSupport(NeverSupported) in InternalFormat()
612 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAFormat() argument
635 formatInfo.renderbufferSupport = renderbufferSupport; in AddRGBAFormat()
652 InternalFormat::SupportCheckFunction renderbufferSupport, in AddLUMAFormat() argument
671 formatInfo.renderbufferSupport = renderbufferSupport; in AddLUMAFormat()
689 InternalFormat::SupportCheckFunction renderbufferSupport, in AddDepthStencilFormat() argument
708 formatInfo.renderbufferSupport = renderbufferSupport; in AddDepthStencilFormat()
725 InternalFormat::SupportCheckFunction renderbufferSupport, in AddCompressedFormat() argument
745 formatInfo.renderbufferSupport = renderbufferSupport; in AddCompressedFormat()
DRenderbuffer.cpp257 return getFormat().info->renderbufferSupport(context->getClientVersion(), in isRenderable()
Dformatutils.h227 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer member
DImage.cpp336 return mState.format.info->renderbufferSupport(context->getClientVersion(), in isRenderable()
DCaps.cpp73 caps.renderbuffer = internalFormatInfo.renderbufferSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DContext.cpp3403 formatInfo.renderbufferSupport(getClientVersion(), mState.mExtensions); in updateCaps()