HomeSort by relevance Sort by last modified time
    Searched refs:filterable (Results 1 - 15 of 15) sorted by null

  /external/junit/src/org/junit/runner/manipulation/
Filter.java 86 if (!(child instanceof Filterable))
88 Filterable filterable= (Filterable) child;
89 filterable.filter(this);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Caps.h 30 bool filterable; member in struct:gl::TextureCaps
Caps.cpp 21 filterable(false),
191 if (requiresFiltering && !cap.filterable)
Texture.cpp 299 if (!textureCaps.get(getInternalFormat(0)).filterable && !IsPointSampled(samplerState))
571 if (!textureCaps.get(getInternalFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0)).filterable && !IsPointSampled(samplerState))
775 if (!textureCaps.get(getInternalFormat(0)).filterable && !IsPointSampled(samplerState))
933 if (!textureCaps.get(getBaseLevelInternalFormat()).filterable && !IsPointSampled(samplerState))
Context.cpp     [all...]
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
renderer9_utils.cpp 281 textureCaps.filterable = SUCCEEDED(d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, D3DUSAGE_QUERY_FILTER, D3DRTYPE_TEXTURE, d3dFormatInfo.renderFormat));
289 textureCaps.filterable = SUCCEEDED(d3d9->CheckDeviceFormat(adapter, deviceType, adapterFormat, D3DUSAGE_QUERY_FILTER, D3DRTYPE_TEXTURE, d3dFormatInfo.texFormat));
  /frameworks/base/tools/aapt/
ResourceTable.cpp 2832 const bool filterable = (typeName != mipmap16); local
2955 const bool filterable = (typeName != mipmap16); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
renderer11_utils.cpp 264 textureCaps.filterable = SUCCEEDED(device->CheckFormatSupport(formatInfo.srvFormat, &formatSupport)) &&
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 517 milliseconds