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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage11.cpp 232 DXGI_FORMAT convertedFormat = gl_d3d11::ConvertTextureFormat(internalformat);
233 if (d3d11::IsDepthStencilFormat(convertedFormat))
235 mTextureFormat = d3d11::GetDepthTextureFormat(convertedFormat);
236 mShaderResourceFormat = d3d11::GetDepthShaderResourceFormat(convertedFormat);
237 mDepthStencilFormat = convertedFormat;
242 mTextureFormat = convertedFormat;
243 mShaderResourceFormat = convertedFormat;
245 mRenderTargetFormat = convertedFormat;
453 DXGI_FORMAT convertedFormat = gl_d3d11::ConvertTextureFormat(internalformat);
454 if (d3d11::IsDepthStencilFormat(convertedFormat))
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 354 String convertedFormat = convertDateFormat(origFormat);
355 simpleDateFormat = new SimpleDateFormat(convertedFormat);
365 String convertedFormat = convertDateFormat(origFormat);
366 simpleDateFormat = new SimpleDateFormat(convertedFormat, locale);

Completed in 470 milliseconds