Home
last modified time | relevance | path

Searched refs:textureSupport (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/tests/gl_tests/
DFormatPrintTest.cpp50 bool textureSupport = typeFormatPair.second.textureSupport(context->getClientVersion(), in TEST_P() local
61 if (!(textureSupport || textureAttachmentSupport || renderbufferSupport)) in TEST_P()
76 if (textureSupport) in TEST_P()
/external/angle/src/libANGLE/
Dformatutils.cpp352 textureSupport(NeverSupported), in InternalFormat()
758 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAFormat() argument
781 formatInfo.textureSupport = textureSupport; in AddRGBAFormat()
798 InternalFormat::SupportCheckFunction textureSupport, in AddLUMAFormat() argument
817 formatInfo.textureSupport = textureSupport; in AddLUMAFormat()
835 InternalFormat::SupportCheckFunction textureSupport, in AddDepthStencilFormat() argument
854 formatInfo.textureSupport = textureSupport; in AddDepthStencilFormat()
871 InternalFormat::SupportCheckFunction textureSupport, in AddCompressedFormat() argument
891 formatInfo.textureSupport = textureSupport; in AddCompressedFormat()
912 InternalFormat::SupportCheckFunction textureSupport, in AddYUVFormat() argument
[all …]
Dformatutils.h240 SupportCheckFunction textureSupport; member
DImage.cpp375 return mState.format.info->textureSupport(context->getClientVersion(), in isTexturable()
DvalidationES3.cpp367 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateTexImageFormatCombination()
653 if (!actualFormatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateES3TexImageParametersBase()
1400 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateES3TexStorageParametersBase()
DCaps.cpp72 caps.texturable = internalFormatInfo.textureSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DvalidationES2.cpp164 if (!internalFormatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in IsValidCopyTextureDestinationFormatType()
1053 if (!internalFormatInfo.textureSupport(context->getClientVersion(), in ValidateES2TexImageParametersBase()
DvalidationES.cpp3622 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateCopyTexImageParametersBase()
DContext.cpp3862 formatInfo.textureSupport(getClientVersion(), mState.mExtensions); in updateCaps()