Searched refs:filterable (Results 1 – 11 of 11) sorted by relevance
/external/junit/src/org/junit/runner/manipulation/ |
D | Filter.java | 88 Filterable filterable= (Filterable) child; 89 filterable.filter(this);
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Caps.cpp | 21 filterable(false), in TextureCaps() 191 if (requiresFiltering && !cap.filterable) in GetFormatSupport()
|
D | Caps.h | 30 bool filterable; member
|
D | Texture.cpp | 299 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()
|
D | Context.cpp | 2268 formatCaps.filterable = formatInfo.filterSupport(clientVersion, mExtensions); in initCaps()
|
D | libGLESv2.cpp | 1666 if (formatInfo.depthBits > 0 || formatInfo.stencilBits > 0 || !formatCaps.filterable || in glGenerateMipmap()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 281 …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/ |
D | HowToSetupToolingForLLVM.rst | 112 qualified name. Use ``-ast-list`` to list all filterable declaration node
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 1086 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/ |
D | renderer11_utils.cpp | 264 …textureCaps.filterable = SUCCEEDED(device->CheckFormatSupport(formatInfo.srvFormat, &formatSupport… in GenerateTextureFormatCaps()
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 323 " -ast-list to list all filterable declaration node names.">;
|