Searched refs:getDXGIFormat (Results 1 – 5 of 5) sorted by relevance
48 ASSERT(src->getDXGIFormat() == dest->getDXGIFormat()); in generateMipmap()61 switch (src->getDXGIFormat()) in generateMipmap()159 DXGI_FORMAT Image11::getDXGIFormat() const in getDXGIFormat() function in rx::Image11383 const DXGI_FORMAT dxgiFormat = getDXGIFormat(); in createStagingTexture()
42 DXGI_FORMAT getDXGIFormat(const gl::VertexAttribute &attrib) const;
47 DXGI_FORMAT getDXGIFormat() const;
110 ….desc.Format = attributes[i].attribute->mArrayEnabled ? vertexBuffer->getDXGIFormat(*attributes[i]… in applyVertexBuffers()
244 DXGI_FORMAT VertexBuffer11::getDXGIFormat(const gl::VertexAttribute &attrib) const in getDXGIFormat() function in rx::VertexBuffer11