Home
last modified time | relevance | path

Searched defs:unsizedFormat (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp177 GLenum unsizedFormat = gl::GetUnsizedFormat(destinationFormat); in copyBufferToTexture() local
/external/angle/src/common/
Dutilities.cpp776 bool IsIntegerFormat(GLenum unsizedFormat) in IsIntegerFormat()