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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1320 void VertexAttrib3fvImmediate(GLuint indx, const GLfloat* values) { function
1321 const uint32_t size = gles2::cmds::VertexAttrib3fvImmediate::ComputeSize();
1322 gles2::cmds::VertexAttrib3fvImmediate* c =
1323 GetImmediateCmdSpaceTotalSize<gles2::cmds::VertexAttrib3fvImmediate>(
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h6334 struct VertexAttrib3fvImmediate { struct
6335 typedef VertexAttrib3fvImmediate ValueType;
6367 COMPILE_ASSERT(sizeof(VertexAttrib3fvImmediate) == 8,
6369 COMPILE_ASSERT(offsetof(VertexAttrib3fvImmediate, header) == 0,
6371 COMPILE_ASSERT(offsetof(VertexAttrib3fvImmediate, indx) == 4,

Completed in 277 milliseconds