Home
last modified time | relevance | path

Searched refs:filterSupport (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/tests/gl_tests/
DFormatPrintTest.cpp52 bool filterSupport = typeFormatPair.second.filterSupport(context->getClientVersion(), in TEST_P() local
83 if (filterSupport) in TEST_P()
DD3D11FormatTablesTest.cpp86 UINT filterSupport = 0; in TEST_P() local
88 SUCCEEDED(device->CheckFormatSupport(formatInfo.srvFormat, &filterSupport)); in TEST_P()
90 filterSuccess && ((filterSupport & D3D11_FORMAT_SUPPORT_SHADER_SAMPLE) != 0); in TEST_P()
/external/angle/src/libANGLE/
Dformatutils.cpp353 filterSupport(NeverSupported), in InternalFormat()
610 InternalFormat::SupportCheckFunction filterSupport, in AddRGBAFormat() argument
633 formatInfo.filterSupport = filterSupport; in AddRGBAFormat()
650 InternalFormat::SupportCheckFunction filterSupport, in AddLUMAFormat() argument
669 formatInfo.filterSupport = filterSupport; in AddLUMAFormat()
687 InternalFormat::SupportCheckFunction filterSupport, in AddDepthStencilFormat() argument
706 formatInfo.filterSupport = filterSupport; in AddDepthStencilFormat()
723 InternalFormat::SupportCheckFunction filterSupport, in AddCompressedFormat() argument
743 formatInfo.filterSupport = filterSupport; in AddCompressedFormat()
Dformatutils.h225 SupportCheckFunction filterSupport; member
DCaps.cpp71 caps.filterable = internalFormatInfo.filterSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DTexture.cpp298 !baseImageDesc.format.info->filterSupport(state.getClientVersion(), in computeSamplerCompleteness()
DvalidationES2.cpp5948 format.filterSupport(context->getClientVersion(), context->getExtensions()) && in ValidateGenerateMipmap()
DContext.cpp3397 formatInfo.filterSupport(getClientVersion(), mState.mExtensions); in updateCaps()