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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1503 void VertexAttrib3fvImmediate(GLuint indx, const GLfloat* values) { function
1504 const uint32 size = gles2::cmds::VertexAttrib3fvImmediate::ComputeSize();
1505 gles2::cmds::VertexAttrib3fvImmediate* c =
1506 GetImmediateCmdSpaceTotalSize<gles2::cmds::VertexAttrib3fvImmediate>(
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h8052 struct VertexAttrib3fvImmediate { struct
8053 typedef VertexAttrib3fvImmediate ValueType;
8088 COMPILE_ASSERT(sizeof(VertexAttrib3fvImmediate) == 8,
8090 COMPILE_ASSERT(offsetof(VertexAttrib3fvImmediate, header) == 0,
8092 COMPILE_ASSERT(offsetof(VertexAttrib3fvImmediate, indx) == 4,

Completed in 122 milliseconds