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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1195 void Uniform4ivImmediate(GLint location, GLsizei count, const GLint* v) { function
1196 const uint32_t size = gles2::cmds::Uniform4ivImmediate::ComputeSize(count);
1197 gles2::cmds::Uniform4ivImmediate* c =
1198 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform4ivImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5773 struct Uniform4ivImmediate { struct
5774 typedef Uniform4ivImmediate ValueType;
5810 COMPILE_ASSERT(sizeof(Uniform4ivImmediate) == 12,
5812 COMPILE_ASSERT(offsetof(Uniform4ivImmediate, header) == 0,
5814 COMPILE_ASSERT(offsetof(Uniform4ivImmediate, location) == 4,
5816 COMPILE_ASSERT(offsetof(Uniform4ivImmediate, count) == 8,

Completed in 380 milliseconds