Searched refs:Uniform3fvImmediate (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_2.cc | 187 cmds::Uniform3fvImmediate& cmd = in TestAcceptedUniform() 188 *GetImmediateAs<cmds::Uniform3fvImmediate>(); in TestAcceptedUniform() 424 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform3fvImmediate, 0>( in SpecializedSetup()
|
D | gles2_cmd_decoder_unittest_2_autogen.h | 366 cmds::Uniform3fvImmediate& cmd = *GetImmediateAs<cmds::Uniform3fvImmediate>(); in TEST_P() 370 SpecializedSetup<cmds::Uniform3fvImmediate, 0>(true); in TEST_P()
|
D | gles2_cmd_decoder_autogen.h | 2139 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/ |
D | gles2_cmd_ids_autogen.h | 137 OP(Uniform3fvImmediate) /* 378 */ \
|
D | gles2_cmd_format_autogen.h | 5606 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,
|
D | gles2_cmd_format_test_autogen.h | 1890 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/ |
D | gles2_cmd_helper_autogen.h | 1169 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()
|
D | gles2_implementation_unittest_autogen.h | 1248 cmds::Uniform3fvImmediate cmd; in TEST_F()
|
D | gles2_implementation_impl_autogen.h | 1383 helper_->Uniform3fvImmediate(location, count, v); in Uniform3fv()
|
/external/chromium_org/gpu/command_buffer/docs/ |
D | gles2_cmd_format_docs.txt | 1870 struct Uniform3fvImmediate {
|