Home
last modified time | relevance | path

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

/external/angle/src/common/
Dutilities.h112 bool IsIntegerFormat(GLenum unsizedFormat);
Dutilities.cpp712 bool IsIntegerFormat(GLenum unsizedFormat) in IsIntegerFormat() function
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp1386 !gl::IsIntegerFormat(sourceFormat) && gl::IsIntegerFormat(destinationFormat); in getBlitShaderOperation()