Searched refs:textureAttachmentSupport (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | FormatPrintTest.cpp | 54 bool textureAttachmentSupport = typeFormatPair.second.textureAttachmentSupport( in TEST_P() local 61 if (!(textureSupport || textureAttachmentSupport || renderbufferSupport)) in TEST_P() 90 if (textureAttachmentSupport) in TEST_P()
|
/external/angle/src/libANGLE/ |
D | formatutils.cpp | 354 textureAttachmentSupport(NeverSupported), in InternalFormat() 611 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAFormat() argument 634 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddRGBAFormat() 651 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddLUMAFormat() argument 670 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddLUMAFormat() 688 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddDepthStencilFormat() argument 707 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddDepthStencilFormat() 724 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddCompressedFormat() argument 744 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddCompressedFormat()
|
D | formatutils.h | 226 SupportCheckFunction textureAttachmentSupport; // glFramebufferTexture2D member
|
D | Image.cpp | 331 return mState.format.info->textureAttachmentSupport(context->getClientVersion(), in isRenderable()
|
D | Caps.cpp | 72 caps.textureAttachment = internalFormatInfo.textureAttachmentSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
|
D | Texture.cpp | 1704 .info->textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in isRenderable()
|
D | validationES2.cpp | 5949 format.textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in ValidateGenerateMipmap()
|
D | Context.cpp | 3400 formatInfo.textureAttachmentSupport(getClientVersion(), mState.mExtensions); in updateCaps()
|