Home
last modified time | relevance | path

Searched refs:Uniform3fvImmediate (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_2.cc187 cmds::Uniform3fvImmediate& cmd = in TestAcceptedUniform()
188 *GetImmediateAs<cmds::Uniform3fvImmediate>(); in TestAcceptedUniform()
424 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform3fvImmediate, 0>( in SpecializedSetup()
Dgles2_cmd_decoder_unittest_2_autogen.h366 cmds::Uniform3fvImmediate& cmd = *GetImmediateAs<cmds::Uniform3fvImmediate>(); in TEST_P()
370 SpecializedSetup<cmds::Uniform3fvImmediate, 0>(true); in TEST_P()
Dgles2_cmd_decoder_autogen.h2139 const gles2::cmds::Uniform3fvImmediate& c = in HandleUniform3fvImmediate()
2140 *static_cast<const gles2::cmds::Uniform3fvImmediate*>(cmd_data); in HandleUniform3fvImmediate()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h137 OP(Uniform3fvImmediate) /* 378 */ \
Dgles2_cmd_format_autogen.h5606 struct Uniform3fvImmediate { struct
5607 typedef Uniform3fvImmediate ValueType; argument
5643 COMPILE_ASSERT(sizeof(Uniform3fvImmediate) == 12, argument
5645 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, header) == 0,
5647 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, location) == 4,
5649 COMPILE_ASSERT(offsetof(Uniform3fvImmediate, count) == 8,
Dgles2_cmd_format_test_autogen.h1890 TEST_F(GLES2FormatTest, Uniform3fvImmediate) { in TEST_F() argument
1900 cmds::Uniform3fvImmediate& cmd = *GetBufferAs<cmds::Uniform3fvImmediate>(); in TEST_F()
1906 EXPECT_EQ(static_cast<uint32_t>(cmds::Uniform3fvImmediate::kCmdId), in TEST_F()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_cmd_helper_autogen.h1169 void Uniform3fvImmediate(GLint location, GLsizei count, const GLfloat* v) { in Uniform3fvImmediate() function
1170 const uint32_t size = gles2::cmds::Uniform3fvImmediate::ComputeSize(count); in Uniform3fvImmediate()
1171 gles2::cmds::Uniform3fvImmediate* c = in Uniform3fvImmediate()
1172 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform3fvImmediate>(size); in Uniform3fvImmediate()
Dgles2_implementation_unittest_autogen.h1248 cmds::Uniform3fvImmediate cmd; in TEST_F()
Dgles2_implementation_impl_autogen.h1383 helper_->Uniform3fvImmediate(location, count, v); in Uniform3fv()
/external/chromium_org/gpu/command_buffer/docs/
Dgles2_cmd_format_docs.txt1870 struct Uniform3fvImmediate {