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

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h126 struct ProgramInput { struct in namespace:gpu::gles2
140 // ProgramInput inputs[num_attribs + num_uniforms];
154 COMPILE_ASSERT(sizeof(ProgramInput) == 20, ProgramInput_size_not_20);
155 COMPILE_ASSERT(offsetof(ProgramInput, type) == 0,
157 COMPILE_ASSERT(offsetof(ProgramInput, size) == 4,
159 COMPILE_ASSERT(offsetof(ProgramInput, location_offset) == 8,
161 COMPILE_ASSERT(offsetof(ProgramInput, name_offset) == 12,
163 COMPILE_ASSERT(offsetof(ProgramInput, name_length) == 16,

Completed in 69 milliseconds