Searched refs:textureSupport (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | FormatPrintTest.cpp | 50 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/ |
D | formatutils.cpp | 352 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 …]
|
D | formatutils.h | 240 SupportCheckFunction textureSupport; member
|
D | Image.cpp | 375 return mState.format.info->textureSupport(context->getClientVersion(), in isTexturable()
|
D | validationES3.cpp | 367 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()
|
D | Caps.cpp | 72 caps.texturable = internalFormatInfo.textureSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
|
D | validationES2.cpp | 164 if (!internalFormatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in IsValidCopyTextureDestinationFormatType() 1053 if (!internalFormatInfo.textureSupport(context->getClientVersion(), in ValidateES2TexImageParametersBase()
|
D | validationES.cpp | 3622 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateCopyTexImageParametersBase()
|
D | Context.cpp | 3862 formatInfo.textureSupport(getClientVersion(), mState.mExtensions); in updateCaps()
|