Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h113 bool IsIntegerFormat(GLenum unsizedFormat);
Dutilities.cpp780 bool IsIntegerFormat(GLenum unsizedFormat) in IsIntegerFormat() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp1390 !gl::IsIntegerFormat(sourceFormat) && gl::IsIntegerFormat(destinationFormat); in getBlitShaderOperation()