Home
last modified time | relevance | path

Searched refs:textureAttachmentSupport (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/tests/gl_tests/
DFormatPrintTest.cpp54 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/
Dformatutils.cpp354 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()
Dformatutils.h226 SupportCheckFunction textureAttachmentSupport; // glFramebufferTexture2D member
DImage.cpp331 return mState.format.info->textureAttachmentSupport(context->getClientVersion(), in isRenderable()
DCaps.cpp72 caps.textureAttachment = internalFormatInfo.textureAttachmentSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DTexture.cpp1704 .info->textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in isRenderable()
DvalidationES2.cpp5949 format.textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in ValidateGenerateMipmap()
DContext.cpp3400 formatInfo.textureAttachmentSupport(getClientVersion(), mState.mExtensions); in updateCaps()