Searched refs:renderbufferSupport (Results 1 – 7 of 7) sorted by relevance
| /third_party/skia/third_party/externals/angle2/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()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | formatutils.cpp | 359 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 …]
|
| D | Renderbuffer.cpp | 358 return getFormat().info->renderbufferSupport(context->getClientVersion(), in isRenderable()
|
| D | formatutils.h | 245 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer member
|
| D | Image.cpp | 372 return mState.format.info->renderbufferSupport(context->getClientVersion(), in isRenderable()
|
| D | Caps.cpp | 74 caps.renderbuffer = internalFormatInfo.renderbufferSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
|
| D | Context.cpp | 3956 formatInfo.renderbufferSupport(getClientVersion(), mState.mExtensions); in updateCaps()
|