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() 609 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAFormat() argument 632 formatInfo.textureSupport = textureSupport; in AddRGBAFormat() 649 InternalFormat::SupportCheckFunction textureSupport, in AddLUMAFormat() argument 668 formatInfo.textureSupport = textureSupport; in AddLUMAFormat() 686 InternalFormat::SupportCheckFunction textureSupport, in AddDepthStencilFormat() argument 705 formatInfo.textureSupport = textureSupport; in AddDepthStencilFormat() 722 InternalFormat::SupportCheckFunction textureSupport, in AddCompressedFormat() argument 742 formatInfo.textureSupport = textureSupport; in AddCompressedFormat()
|
D | formatutils.h | 224 SupportCheckFunction textureSupport; member
|
D | Image.cpp | 353 return mState.format.info->textureSupport(context->getClientVersion(), in isTexturable()
|
D | validationES3.cpp | 343 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateTexImageFormatCombination() 578 if (!actualFormatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateES3TexImageParametersBase() 1229 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateES3TexStorageParametersBase()
|
D | Caps.cpp | 70 caps.texturable = internalFormatInfo.textureSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
|
D | validationES2.cpp | 164 if (!internalFormatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in IsValidCopyTextureDestinationFormatType() 1158 if (!internalFormatInfo.textureSupport(context->getClientVersion(), in ValidateES2TexImageParametersBase()
|
D | validationES.cpp | 2666 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateCopyTexImageParametersBase()
|
D | Context.cpp | 3395 formatInfo.textureSupport(getClientVersion(), mState.mExtensions); in updateCaps()
|