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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1099 void Uniform1ivImmediate(GLint location, GLsizei count, const GLint* v) { function
1100 const uint32_t size = gles2::cmds::Uniform1ivImmediate::ComputeSize(count);
1101 gles2::cmds::Uniform1ivImmediate* c =
1102 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform1ivImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5241 struct Uniform1ivImmediate { struct
5242 typedef Uniform1ivImmediate ValueType;
5278 COMPILE_ASSERT(sizeof(Uniform1ivImmediate) == 12,
5280 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, header) == 0,
5282 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, location) == 4,
5284 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, count) == 8,

Completed in 136 milliseconds