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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.h 28 GLuint GetFormatPixelBytes(DXGI_FORMAT format);
renderer11_utils.cpp 238 unsigned int rowWidth = d3d11::GetFormatPixelBytes(dxgiFormat) * mipWidth;
Image11.cpp 160 GLuint outputPixelSize = d3d11::GetFormatPixelBytes(mDXGIFormat);
186 GLuint outputPixelSize = d3d11::GetFormatPixelBytes(mDXGIFormat);
BufferStorage11.cpp 386 bufferSRVDesc.Buffer.ElementWidth = mSize / d3d11::GetFormatPixelBytes(srvFormat);
formatutils11.cpp     [all...]
Blit11.cpp 769 unsigned int pixelSize = d3d11::GetFormatPixelBytes(format);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
formatutils9.h 28 GLuint GetFormatPixelBytes(D3DFORMAT format);
formatutils9.cpp 347 GLuint GetFormatPixelBytes(D3DFORMAT format)
    [all...]

Completed in 214 milliseconds