Searched refs:lengthOut (Results 1 – 3 of 3) sorted by relevance
223 GLsizei *lengthOut) in CopyStringToBuffer() argument230 if (lengthOut) in CopyStringToBuffer()232 *lengthOut = static_cast<GLsizei>(length); in CopyStringToBuffer()
22 void GetInstructionOpAndLength(const uint32_t *_instruction, spv::Op *opOut, uint32_t *lengthOut);
22 void GetInstructionOpAndLength(const uint32_t *_instruction, spv::Op *opOut, uint32_t *lengthOut) in GetInstructionOpAndLength() argument26 *lengthOut = _instruction[0] >> 16; in GetInstructionOpAndLength()