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

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h152 OP(VertexAttrib2fvImmediate) /* 393 */ \
H A Dgles2_cmd_format_test_autogen.h2236 TEST_F(GLES2FormatTest, VertexAttrib2fvImmediate) {
2242 cmds::VertexAttrib2fvImmediate& cmd =
2243 *GetBufferAs<cmds::VertexAttrib2fvImmediate>();
2245 EXPECT_EQ(static_cast<uint32_t>(cmds::VertexAttrib2fvImmediate::kCmdId),
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,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h557 cmds::VertexAttrib2fvImmediate& cmd =
558 *GetImmediateAs<cmds::VertexAttrib2fvImmediate>();
559 SpecializedSetup<cmds::VertexAttrib2fvImmediate, 0>(true);
H A Dgles2_cmd_decoder_autogen.h2429 const gles2::cmds::VertexAttrib2fvImmediate& c =
2430 *static_cast<const gles2::cmds::VertexAttrib2fvImmediate*>(cmd_data);
/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>(
H A Dgles2_implementation_impl_autogen.h1626 helper_->VertexAttrib2fvImmediate(indx, values);
H A Dgles2_implementation_unittest_autogen.h1506 cmds::VertexAttrib2fvImmediate cmd;

Completed in 284 milliseconds