Searched refs:renderbufferSupport (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | FormatPrintTest.cpp | 56 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/ |
D | formatutils.cpp | 355 renderbufferSupport(NeverSupported), in InternalFormat() 761 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAFormat() argument 784 formatInfo.renderbufferSupport = renderbufferSupport; in AddRGBAFormat() 801 InternalFormat::SupportCheckFunction renderbufferSupport, in AddLUMAFormat() argument 820 formatInfo.renderbufferSupport = renderbufferSupport; in AddLUMAFormat() 838 InternalFormat::SupportCheckFunction renderbufferSupport, in AddDepthStencilFormat() argument 857 formatInfo.renderbufferSupport = renderbufferSupport; in AddDepthStencilFormat() 874 InternalFormat::SupportCheckFunction renderbufferSupport, in AddCompressedFormat() argument 894 formatInfo.renderbufferSupport = renderbufferSupport; in AddCompressedFormat() 915 InternalFormat::SupportCheckFunction renderbufferSupport, in AddYUVFormat() argument [all …]
|
D | Renderbuffer.cpp | 335 return getFormat().info->renderbufferSupport(context->getClientVersion(), in isRenderable()
|
D | formatutils.h | 243 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer member
|
D | Image.cpp | 358 return mState.format.info->renderbufferSupport(context->getClientVersion(), in isRenderable()
|
D | Caps.cpp | 75 caps.renderbuffer = internalFormatInfo.renderbufferSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
|
D | Context.cpp | 3870 formatInfo.renderbufferSupport(getClientVersion(), mState.mExtensions); in updateCaps()
|