HomeSort by relevance Sort by last modified time
    Searched full:formatsupport (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.h 16 enum FormatSupport { SUPPORTED, SWIZZLE, NOT_SUPPORTED };
30 FormatSupport GetReadbackConfig(SkColorType color_type,
62 FormatSupport format_support_table_[kLastEnum_SkColorType + 1];
gl_helper.cc 108 typedef GLHelperReadbackSupport::FormatSupport FormatSupport;
198 FormatSupport GetReadbackConfig(SkColorType color_type,
524 FormatSupport supported = GetReadbackConfig(
615 FormatSupport supported =
644 FormatSupport supported =
751 FormatSupport GLHelper::CopyTextureToImpl::GetReadbackConfig(
    [all...]
gl_helper_readback_support.cc 127 GLHelperReadbackSupport::FormatSupport
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
renderer11_utils.cpp 234 UINT formatSupport;
235 if (SUCCEEDED(device->CheckFormatSupport(formatInfo.texFormat, &formatSupport)))
240 textureCaps.texturable = ((formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D) != 0);
244 textureCaps.texturable = ((formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE2D) != 0) &&
245 ((formatSupport & D3D11_FORMAT_SUPPORT_TEXTURECUBE) != 0) &&
246 ((formatSupport & D3D11_FORMAT_SUPPORT_TEXTURE3D) != 0);
250 if (SUCCEEDED(device->CheckFormatSupport(formatInfo.renderFormat, &formatSupport)) &&
251 ((formatSupport & D3D11_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET) != 0))
264 textureCaps.filterable = SUCCEEDED(device->CheckFormatSupport(formatInfo.srvFormat, &formatSupport)) &&
265 ((formatSupport & D3D11_FORMAT_SUPPORT_SHADER_SAMPLE)) != 0
    [all...]

Completed in 256 milliseconds