Home
last modified time | relevance | path

Searched refs:unsizedFormat (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp177 GLenum unsizedFormat = gl::GetUnsizedFormat(destinationFormat); in copyBufferToTexture() local
179 gl::GetInternalFormatInfo(unsizedFormat, sourcePixelsType); in copyBufferToTexture()
/external/angle/src/common/
Dutilities.h113 bool IsIntegerFormat(GLenum unsizedFormat);
Dutilities.cpp776 bool IsIntegerFormat(GLenum unsizedFormat) in IsIntegerFormat() argument
778 switch (unsizedFormat) in IsIntegerFormat()