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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc147 cmds::Uniform1fvImmediate& cmd =
148 *GetImmediateAs<cmds::Uniform1fvImmediate>();
376 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform1fvImmediate, 0>(
H A Dgles2_cmd_decoder_unittest_2_autogen.h295 cmds::Uniform1fvImmediate& cmd = *GetImmediateAs<cmds::Uniform1fvImmediate>();
299 SpecializedSetup<cmds::Uniform1fvImmediate, 0>(true);
H A Dgles2_cmd_decoder_autogen.h1986 const gles2::cmds::Uniform1fvImmediate& c =
1987 *static_cast<const gles2::cmds::Uniform1fvImmediate*>(cmd_data);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h129 OP(Uniform1fvImmediate) /* 370 */ \
H A Dgles2_cmd_format_autogen.h5270 struct Uniform1fvImmediate { struct
5271 typedef Uniform1fvImmediate ValueType;
5307 COMPILE_ASSERT(sizeof(Uniform1fvImmediate) == 12,
5309 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, header) == 0,
5311 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, location) == 4,
5313 COMPILE_ASSERT(offsetof(Uniform1fvImmediate, count) == 8,
H A Dgles2_cmd_format_test_autogen.h1743 TEST_F(GLES2FormatTest, Uniform1fvImmediate) {
1749 cmds::Uniform1fvImmediate& cmd = *GetBufferAs<cmds::Uniform1fvImmediate>();
1755 EXPECT_EQ(static_cast<uint32_t>(cmds::Uniform1fvImmediate::kCmdId),
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1105 void Uniform1fvImmediate(GLint location, GLsizei count, const GLfloat* v) { function
1106 const uint32_t size = gles2::cmds::Uniform1fvImmediate::ComputeSize(count);
1107 gles2::cmds::Uniform1fvImmediate* c =
1108 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform1fvImmediate>(size);
H A Dgles2_implementation_impl_autogen.h1271 helper_->Uniform1fvImmediate(location, count, v);
H A Dgles2_implementation_unittest_autogen.h1132 cmds::Uniform1fvImmediate cmd;

Completed in 1483 milliseconds