Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h58 bool isUnsignedIntType(GLenum type);
DglUtils.cpp81 bool isUnsignedIntType(GLenum type) { in isUnsignedIntType() function
DGLSharedGroup.cpp237 .isUnsigned = isUnsignedIntType(m_Indexes[i].type), in compileValidationInfo()