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

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h129 struct ProgramInput { struct in namespace:gpu::gles2
143 // ProgramInput inputs[num_attribs + num_uniforms];
176 COMPILE_ASSERT(sizeof(ProgramInput) == 20, ProgramInput_size_not_20);
177 COMPILE_ASSERT(offsetof(ProgramInput, type) == 0,
179 COMPILE_ASSERT(offsetof(ProgramInput, size) == 4,
181 COMPILE_ASSERT(offsetof(ProgramInput, location_offset) == 8,
183 COMPILE_ASSERT(offsetof(ProgramInput, name_offset) == 12,
185 COMPILE_ASSERT(offsetof(ProgramInput, name_length) == 16,

Completed in 79 milliseconds