Searched defs:isDataTypeIntOrIVec (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp196 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && (dataType <= TYPE_INT_VEC4); } function in namespace:glu

Completed in 146 milliseconds