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()
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()
Dformatutils.h224 SupportCheckFunction textureSupport; member
DImage.cpp353 return mState.format.info->textureSupport(context->getClientVersion(), in isTexturable()
DvalidationES3.cpp343 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()
DCaps.cpp70 caps.texturable = internalFormatInfo.textureSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DvalidationES2.cpp164 if (!internalFormatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in IsValidCopyTextureDestinationFormatType()
1158 if (!internalFormatInfo.textureSupport(context->getClientVersion(), in ValidateES2TexImageParametersBase()
DvalidationES.cpp2666 if (!formatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateCopyTexImageParametersBase()
DContext.cpp3395 formatInfo.textureSupport(getClientVersion(), mState.mExtensions); in updateCaps()