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

/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp190 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t valueSize) argument
192 if (isUintFormat(valueFormat))
196 else if (isIntFormat(valueFormat))
200 else if (isFloatFormat(valueFormat))
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh480 valueFormat.apply_value (c, this, values, buffer->cur_pos());
491 valueFormat.sanitize_value (c, this, values));
499 ValueFormat valueFormat; /* Defines the types of data in the member in struct:OT::SinglePosFormat1
530 valueFormat.apply_value (c, this,
531 &values[index * valueFormat.get_len ()],
543 valueFormat.sanitize_values (c, this, values, valueCount));
551 ValueFormat valueFormat; /* Defines the types of data in the member in struct:OT::SinglePosFormat2
690 (this+pairSet[i]).collect_glyphs (c, valueFormat);
709 return_trace ((this+pairSet[index]).apply (c, valueFormat, skippy_iter.idx));
718 unsigned int len1 = valueFormat[
735 ValueFormat valueFormat[2]; /* [0] Defines the types of data in member in struct:OT::PairPosFormat1
[all...]

Completed in 86 milliseconds