Home
last modified time | relevance | path

Searched refs:getDXGIFormat (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DImage11.cpp48 ASSERT(src->getDXGIFormat() == dest->getDXGIFormat()); in generateMipmap()
61 switch (src->getDXGIFormat()) in generateMipmap()
159 DXGI_FORMAT Image11::getDXGIFormat() const in getDXGIFormat() function in rx::Image11
383 const DXGI_FORMAT dxgiFormat = getDXGIFormat(); in createStagingTexture()
DVertexBuffer11.h42 DXGI_FORMAT getDXGIFormat(const gl::VertexAttribute &attrib) const;
DImage11.h47 DXGI_FORMAT getDXGIFormat() const;
DInputLayoutCache.cpp110 ….desc.Format = attributes[i].attribute->mArrayEnabled ? vertexBuffer->getDXGIFormat(*attributes[i]… in applyVertexBuffers()
DVertexBuffer11.cpp244 DXGI_FORMAT VertexBuffer11::getDXGIFormat(const gl::VertexAttribute &attrib) const in getDXGIFormat() function in rx::VertexBuffer11