Searched refs:UniformMatrix2fvImmediate (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc218 cmds::UniformMatrix2fvImmediate& cmd =
219 *GetImmediateAs<cmds::UniformMatrix2fvImmediate>();
460 void GLES2DecoderTestBase::SpecializedSetup<cmds::UniformMatrix2fvImmediate, 0>(
H A Dgles2_cmd_decoder_unittest_2_autogen.h449 cmds::UniformMatrix2fvImmediate& cmd =
450 *GetImmediateAs<cmds::UniformMatrix2fvImmediate>();
455 SpecializedSetup<cmds::UniformMatrix2fvImmediate, 0>(true);
H A Dgles2_cmd_decoder_autogen.h2285 const gles2::cmds::UniformMatrix2fvImmediate& c =
2286 *static_cast<const gles2::cmds::UniformMatrix2fvImmediate*>(cmd_data);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h144 OP(UniformMatrix2fvImmediate) /* 385 */ \
H A Dgles2_cmd_format_autogen.h5929 struct UniformMatrix2fvImmediate { struct
5930 typedef UniformMatrix2fvImmediate ValueType;
5967 COMPILE_ASSERT(sizeof(UniformMatrix2fvImmediate) == 12,
5969 COMPILE_ASSERT(offsetof(UniformMatrix2fvImmediate, header) == 0,
5971 COMPILE_ASSERT(offsetof(UniformMatrix2fvImmediate, location) == 4,
5973 COMPILE_ASSERT(offsetof(UniformMatrix2fvImmediate, count) == 8,
H A Dgles2_cmd_format_test_autogen.h2050 TEST_F(GLES2FormatTest, UniformMatrix2fvImmediate) {
2062 cmds::UniformMatrix2fvImmediate& cmd =
2063 *GetBufferAs<cmds::UniformMatrix2fvImmediate>();
2069 EXPECT_EQ(static_cast<uint32_t>(cmds::UniformMatrix2fvImmediate::kCmdId),
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1226 void UniformMatrix2fvImmediate(GLint location, function
1230 gles2::cmds::UniformMatrix2fvImmediate::ComputeSize(count);
1231 gles2::cmds::UniformMatrix2fvImmediate* c =
1232 GetImmediateCmdSpaceTotalSize<gles2::cmds::UniformMatrix2fvImmediate>(
H A Dgles2_implementation_impl_autogen.h1504 helper_->UniformMatrix2fvImmediate(location, count, value);
H A Dgles2_implementation_unittest_autogen.h1353 cmds::UniformMatrix2fvImmediate cmd;

Completed in 1044 milliseconds