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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1201 void Uniform4fvImmediate(GLint location, GLsizei count, const GLfloat* v) { function
1202 const uint32_t size = gles2::cmds::Uniform4fvImmediate::ComputeSize(count);
1203 gles2::cmds::Uniform4fvImmediate* c =
1204 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform4fvImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5788 struct Uniform4fvImmediate { struct
5789 typedef Uniform4fvImmediate ValueType;
5825 COMPILE_ASSERT(sizeof(Uniform4fvImmediate) == 12,
5827 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, header) == 0,
5829 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, location) == 4,
5831 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, count) == 8,

Completed in 1617 milliseconds