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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1169 void Uniform3fvImmediate(GLint location, GLsizei count, const GLfloat* v) { function
1170 const uint32_t size = gles2::cmds::Uniform3fvImmediate::ComputeSize(count);
1171 gles2::cmds::Uniform3fvImmediate* c =
1172 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform3fvImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5606 struct Uniform3fvImmediate { struct
5607 typedef Uniform3fvImmediate ValueType;
5643 COMPILE_ASSERT(sizeof(Uniform3fvImmediate) == 12,
5645 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, header) == 0,
5647 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, location) == 4,
5649 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, count) == 8,

Completed in 477 milliseconds