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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc167 cmds::Uniform2fvImmediate& cmd =
168 *GetImmediateAs<cmds::Uniform2fvImmediate>();
400 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform2fvImmediate, 0>(
H A Dgles2_cmd_decoder_unittest_2_autogen.h320 cmds::Uniform2fvImmediate& cmd = *GetImmediateAs<cmds::Uniform2fvImmediate>();
324 SpecializedSetup<cmds::Uniform2fvImmediate, 0>(true);
H A Dgles2_cmd_decoder_autogen.h2060 const gles2::cmds::Uniform2fvImmediate& c =
2061 *static_cast<const gles2::cmds::Uniform2fvImmediate*>(cmd_data);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h133 OP(Uniform2fvImmediate) /* 374 */ \
H A Dgles2_cmd_format_autogen.h5435 struct Uniform2fvImmediate { struct
5436 typedef Uniform2fvImmediate ValueType;
5472 COMPILE_ASSERT(sizeof(Uniform2fvImmediate) == 12,
5474 COMPILE_ASSERT(offsetof(Uniform2fvImmediate, header) == 0,
5476 COMPILE_ASSERT(offsetof(Uniform2fvImmediate, location) == 4,
5478 COMPILE_ASSERT(offsetof(Uniform2fvImmediate, count) == 8,
H A Dgles2_cmd_format_test_autogen.h1812 TEST_F(GLES2FormatTest, Uniform2fvImmediate) {
1820 cmds::Uniform2fvImmediate& cmd = *GetBufferAs<cmds::Uniform2fvImmediate>();
1826 EXPECT_EQ(static_cast<uint32_t>(cmds::Uniform2fvImmediate::kCmdId),
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1137 void Uniform2fvImmediate(GLint location, GLsizei count, const GLfloat* v) { function
1138 const uint32_t size = gles2::cmds::Uniform2fvImmediate::ComputeSize(count);
1139 gles2::cmds::Uniform2fvImmediate* c =
1140 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform2fvImmediate>(size);
H A Dgles2_implementation_impl_autogen.h1325 helper_->Uniform2fvImmediate(location, count, v);
H A Dgles2_implementation_unittest_autogen.h1190 cmds::Uniform2fvImmediate cmd;

Completed in 642 milliseconds