Searched refs:sourceFormatInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp162 const d3d11::TextureFormat &sourceFormatInfo = d3d11::GetTextureFormatInfo(sourceFormat); local
163 DXGI_FORMAT srvFormat = sourceFormatInfo.srvFormat;
H A DBlit11.cpp381 const gl::InternalFormat &sourceFormatInfo = gl::GetInternalFormatInfo(dxgiFormatInfo.internalFormat); local
384 switch (sourceFormatInfo.componentType)
H A DRenderer11.cpp2841 const gl::InternalFormat &sourceFormatInfo = gl::GetInternalFormatInfo(dxgiFormatInfo.internalFormat); local
2842 if (sourceFormatInfo.format == params.format && sourceFormatInfo.type == params.type)
2847 memcpy(dest + y * params.outputPitch, source + y * inputPitch, params.area.width * sourceFormatInfo.pixelBytes);
2866 const uint8_t *src = source + y * inputPitch + x * sourceFormatInfo.pixelBytes;
2884 const uint8_t *src = source + y * inputPitch + x * sourceFormatInfo.pixelBytes;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp2777 const gl::InternalFormat &sourceFormatInfo = gl::GetInternalFormatInfo(d3dFormatInfo.internalFormat); local
2778 if (sourceFormatInfo.format == format && sourceFormatInfo.type == type)
2783 memcpy(pixels + y * outputPitch, source + y * inputPitch, (rect.right - rect.left) * sourceFormatInfo.pixelBytes);
2802 const uint8_t *src = source + y * inputPitch + x * sourceFormatInfo.pixelBytes;
2816 const uint8_t *src = source + y * inputPitch + x * sourceFormatInfo.pixelBytes;

Completed in 169 milliseconds