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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1185 void Uniform3ivImmediate(GLint location, GLsizei count, const GLint* v) { function
1186 const uint32_t size = gles2::cmds::Uniform3ivImmediate::ComputeSize(count);
1187 gles2::cmds::Uniform3ivImmediate* c =
1188 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform3ivImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5693 struct Uniform3ivImmediate { struct
5694 typedef Uniform3ivImmediate ValueType;
5730 COMPILE_ASSERT(sizeof(Uniform3ivImmediate) == 12,
5732 COMPILE_ASSERT(offsetof(Uniform3ivImmediate, header) == 0,
5734 COMPILE_ASSERT(offsetof(Uniform3ivImmediate, location) == 4,
5736 COMPILE_ASSERT(offsetof(Uniform3ivImmediate, count) == 8,

Completed in 72 milliseconds