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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1121 void Uniform1ivImmediate(GLint location, GLsizei count, const GLint* v) { function
1122 const uint32_t size = gles2::cmds::Uniform1ivImmediate::ComputeSize(count);
1123 gles2::cmds::Uniform1ivImmediate* c =
1124 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform1ivImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5351 struct Uniform1ivImmediate { struct
5352 typedef Uniform1ivImmediate ValueType;
5388 COMPILE_ASSERT(sizeof(Uniform1ivImmediate) == 12,
5390 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, header) == 0,
5392 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, location) == 4,
5394 COMPILE_ASSERT(offsetof(Uniform1ivImmediate, count) == 8,

Completed in 81 milliseconds