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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1105 void Uniform1fvImmediate(GLint location, GLsizei count, const GLfloat* v) { function
1106 const uint32_t size = gles2::cmds::Uniform1fvImmediate::ComputeSize(count);
1107 gles2::cmds::Uniform1fvImmediate* c =
1108 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform1fvImmediate>(size);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h5270 struct Uniform1fvImmediate { struct
5271 typedef Uniform1fvImmediate ValueType;
5307 COMPILE_ASSERT(sizeof(Uniform1fvImmediate) == 12,
5309 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, header) == 0,
5311 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, location) == 4,
5313 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, count) == 8,

Completed in 56 milliseconds