Home
last modified time | relevance | path

Searched refs:textureAttachmentSupport (Results 1 – 9 of 9) 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()
760 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAFormat() argument
783 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddRGBAFormat()
800 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddLUMAFormat() argument
819 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddLUMAFormat()
837 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddDepthStencilFormat() argument
856 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddDepthStencilFormat()
873 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddCompressedFormat() argument
893 formatInfo.textureAttachmentSupport = textureAttachmentSupport; in AddCompressedFormat()
914 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddYUVFormat() argument
[all …]
Dformatutils.h242 SupportCheckFunction textureAttachmentSupport; // glFramebufferTexture2D member
DImage.cpp353 return mState.format.info->textureAttachmentSupport(context->getClientVersion(), in isRenderable()
DCaps.cpp74 caps.textureAttachment = internalFormatInfo.textureAttachmentSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DTexture.cpp1911 .info->textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in isRenderable()
DvalidationES.cpp1835 format.textureAttachmentSupport(context->getClientVersion(), context->getExtensions()); in ValidateGenerateMipmapBase()
DContext.cpp3867 formatInfo.textureAttachmentSupport(getClientVersion(), mState.mExtensions); in updateCaps()
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp280 internalFormatInfo.textureAttachmentSupport(context->getClientVersion(), in setImageHelper()