Searched refs:VertexAttrib4fvImmediate (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h156 OP(VertexAttrib4fvImmediate) /* 397 */ \
H A Dgles2_cmd_format_test_autogen.h2311 TEST_F(GLES2FormatTest, VertexAttrib4fvImmediate) {
2319 cmds::VertexAttrib4fvImmediate& cmd =
2320 *GetBufferAs<cmds::VertexAttrib4fvImmediate>();
2322 EXPECT_EQ(static_cast<uint32_t>(cmds::VertexAttrib4fvImmediate::kCmdId),
H A Dgles2_cmd_format_autogen.h6427 struct VertexAttrib4fvImmediate { struct
6428 typedef VertexAttrib4fvImmediate ValueType;
6460 COMPILE_ASSERT(sizeof(VertexAttrib4fvImmediate) == 8,
6462 COMPILE_ASSERT(offsetof(VertexAttrib4fvImmediate, header) == 0,
6464 COMPILE_ASSERT(offsetof(VertexAttrib4fvImmediate, indx) == 4,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h605 cmds::VertexAttrib4fvImmediate& cmd =
606 *GetImmediateAs<cmds::VertexAttrib4fvImmediate>();
607 SpecializedSetup<cmds::VertexAttrib4fvImmediate, 0>(true);
H A Dgles2_cmd_decoder_autogen.h2504 const gles2::cmds::VertexAttrib4fvImmediate& c =
2505 *static_cast<const gles2::cmds::VertexAttrib4fvImmediate*>(cmd_data);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1337 void VertexAttrib4fvImmediate(GLuint indx, const GLfloat* values) { function
1338 const uint32_t size = gles2::cmds::VertexAttrib4fvImmediate::ComputeSize();
1339 gles2::cmds::VertexAttrib4fvImmediate* c =
1340 GetImmediateCmdSpaceTotalSize<gles2::cmds::VertexAttrib4fvImmediate>(
H A Dgles2_implementation_impl_autogen.h1669 helper_->VertexAttrib4fvImmediate(indx, values);
H A Dgles2_implementation_unittest_autogen.h1560 cmds::VertexAttrib4fvImmediate cmd;

Completed in 1523 milliseconds