Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.cpp223 GLsizei *lengthOut) in CopyStringToBuffer() argument
230 if (lengthOut) in CopyStringToBuffer()
232 *lengthOut = static_cast<GLsizei>(length); in CopyStringToBuffer()
/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h22 void GetInstructionOpAndLength(const uint32_t *_instruction, spv::Op *opOut, uint32_t *lengthOut);
Dspirv_instruction_parser_autogen.cpp22 void GetInstructionOpAndLength(const uint32_t *_instruction, spv::Op *opOut, uint32_t *lengthOut) in GetInstructionOpAndLength() argument
26 *lengthOut = _instruction[0] >> 16; in GetInstructionOpAndLength()