Home
last modified time | relevance | path

Searched defs:VertexAttrib4fvImmediate (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h6317 struct VertexAttrib4fvImmediate { struct
6318 typedef VertexAttrib4fvImmediate ValueType; argument
6319 static const CommandId kCmdId = kVertexAttrib4fvImmediate; argument
6320 static const cmd::ArgFlags kArgFlags = cmd::kAtLeastN;
6321 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
6323 static uint32_t ComputeDataSize() { in ComputeDataSize()
6350 COMPILE_ASSERT(sizeof(VertexAttrib4fvImmediate) == 8, argument
Dgles2_cmd_format_test_autogen.h2279 TEST_F(GLES2FormatTest, VertexAttrib4fvImmediate) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_cmd_helper_autogen.h1315 void VertexAttrib4fvImmediate(GLuint indx, const GLfloat* values) { in VertexAttrib4fvImmediate() function