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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1153 void Uniform2ivImmediate(GLint location, GLsizei count, const GLint* v) { function
1154 const uint32_t size = gles2::cmds::Uniform2ivImmediate::ComputeSize(count);
1155 gles2::cmds::Uniform2ivImmediate* c =
1156 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform2ivImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5519 struct Uniform2ivImmediate { struct
5520 typedef Uniform2ivImmediate ValueType;
5556 COMPILE_ASSERT(sizeof(Uniform2ivImmediate) == 12,
5558 COMPILE_ASSERT(offsetof(Uniform2ivImmediate, header) == 0,
5560 COMPILE_ASSERT(offsetof(Uniform2ivImmediate, location) == 4,
5562 COMPILE_ASSERT(offsetof(Uniform2ivImmediate, count) == 8,

Completed in 132 milliseconds