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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1303 void VertexAttrib2fvImmediate(GLuint indx, const GLfloat* values) { function
1304 const uint32_t size = gles2::cmds::VertexAttrib2fvImmediate::ComputeSize();
1305 gles2::cmds::VertexAttrib2fvImmediate* c =
1306 GetImmediateCmdSpaceTotalSize<gles2::cmds::VertexAttrib2fvImmediate>(
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h6250 struct VertexAttrib2fvImmediate { struct
6251 typedef VertexAttrib2fvImmediate ValueType;
6283 COMPILE_ASSERT(sizeof(VertexAttrib2fvImmediate) == 8,
6285 COMPILE_ASSERT(offsetof(VertexAttrib2fvImmediate, header) == 0,
6287 COMPILE_ASSERT(offsetof(VertexAttrib2fvImmediate, indx) == 4,

Completed in 140 milliseconds