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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc241 cmds::UniformMatrix4fvImmediate& cmd =
242 *GetImmediateAs<cmds::UniformMatrix4fvImmediate>();
472 void GLES2DecoderTestBase::SpecializedSetup<cmds::UniformMatrix4fvImmediate, 0>(
H A Dgles2_cmd_decoder_unittest_2_autogen.h481 cmds::UniformMatrix4fvImmediate& cmd =
482 *GetImmediateAs<cmds::UniformMatrix4fvImmediate>();
487 SpecializedSetup<cmds::UniformMatrix4fvImmediate, 0>(true);
H A Dgles2_cmd_decoder_autogen.h2335 const gles2::cmds::UniformMatrix4fvImmediate& c =
2336 *static_cast<const gles2::cmds::UniformMatrix4fvImmediate*>(cmd_data);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h146 OP(UniformMatrix4fvImmediate) /* 387 */ \
H A Dgles2_cmd_format_autogen.h6023 struct UniformMatrix4fvImmediate { struct
6024 typedef UniformMatrix4fvImmediate ValueType;
6061 COMPILE_ASSERT(sizeof(UniformMatrix4fvImmediate) == 12,
6063 COMPILE_ASSERT(offsetof(UniformMatrix4fvImmediate, header) == 0,
6065 COMPILE_ASSERT(offsetof(UniformMatrix4fvImmediate, location) == 4,
6067 COMPILE_ASSERT(offsetof(UniformMatrix4fvImmediate, count) == 8,
H A Dgles2_cmd_format_test_autogen.h2118 TEST_F(GLES2FormatTest, UniformMatrix4fvImmediate) {
2154 cmds::UniformMatrix4fvImmediate& cmd =
2155 *GetBufferAs<cmds::UniformMatrix4fvImmediate>();
2161 EXPECT_EQ(static_cast<uint32_t>(cmds::UniformMatrix4fvImmediate::kCmdId),
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1252 void UniformMatrix4fvImmediate(GLint location, function
1256 gles2::cmds::UniformMatrix4fvImmediate::ComputeSize(count);
1257 gles2::cmds::UniformMatrix4fvImmediate* c =
1258 GetImmediateCmdSpaceTotalSize<gles2::cmds::UniformMatrix4fvImmediate>(
H A Dgles2_implementation_impl_autogen.h1571 helper_->UniformMatrix4fvImmediate(location, count, value);
H A Dgles2_implementation_unittest_autogen.h1413 cmds::UniformMatrix4fvImmediate cmd;

Completed in 394 milliseconds