Home
last modified time | relevance | path

Searched refs:filterable (Results 1 – 11 of 11) sorted by relevance

/external/junit/src/org/junit/runner/manipulation/
DFilter.java88 Filterable filterable= (Filterable) child;
89 filterable.filter(this);
/external/chromium_org/third_party/angle/src/libGLESv2/
DCaps.cpp21 filterable(false), in TextureCaps()
191 if (requiresFiltering && !cap.filterable) in GetFormatSupport()
DCaps.h30 bool filterable; member
DTexture.cpp299 if (!textureCaps.get(getInternalFormat(0)).filterable && !IsPointSampled(samplerState)) in isSamplerComplete()
571 …if (!textureCaps.get(getInternalFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0)).filterable && !IsPointS… in isSamplerComplete()
775 if (!textureCaps.get(getInternalFormat(0)).filterable && !IsPointSampled(samplerState)) in isSamplerComplete()
933 if (!textureCaps.get(getBaseLevelInternalFormat()).filterable && !IsPointSampled(samplerState)) in isSamplerComplete()
DContext.cpp2268 formatCaps.filterable = formatInfo.filterSupport(clientVersion, mExtensions); in initCaps()
DlibGLESv2.cpp1666 if (formatInfo.depthBits > 0 || formatInfo.stencilBits > 0 || !formatCaps.filterable || in glGenerateMipmap()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Drenderer9_utils.cpp281 …textureCaps.filterable = SUCCEEDED(d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, D3D… in GenerateTextureFormatCaps()
289 …textureCaps.filterable = SUCCEEDED(d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, D3D… in GenerateTextureFormatCaps()
/external/clang/docs/
DHowToSetupToolingForLLVM.rst112 qualified name. Use ``-ast-list`` to list all filterable declaration node
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp1086 const bool filterable = glu::isGLInternalColorFormatFilterable(format); in init() local
1098 const bool addLinear = filterable; in init()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Drenderer11_utils.cpp264 …textureCaps.filterable = SUCCEEDED(device->CheckFormatSupport(formatInfo.srvFormat, &formatSupport… in GenerateTextureFormatCaps()
/external/clang/include/clang/Driver/
DCC1Options.td323 " -ast-list to list all filterable declaration node names.">;