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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc207 cmds::Uniform4fvImmediate& cmd =
208 *GetImmediateAs<cmds::Uniform4fvImmediate>();
448 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform4fvImmediate, 0>(
H A Dgles2_cmd_decoder_unittest_2_autogen.h412 cmds::Uniform4fvImmediate& cmd = *GetImmediateAs<cmds::Uniform4fvImmediate>();
416 SpecializedSetup<cmds::Uniform4fvImmediate, 0>(true);
H A Dgles2_cmd_decoder_autogen.h2220 const gles2::cmds::Uniform4fvImmediate& c =
2221 *static_cast<const gles2::cmds::Uniform4fvImmediate*>(cmd_data);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h141 OP(Uniform4fvImmediate) /* 382 */ \
H A Dgles2_cmd_format_autogen.h5788 struct Uniform4fvImmediate { struct
5789 typedef Uniform4fvImmediate ValueType;
5825 COMPILE_ASSERT(sizeof(Uniform4fvImmediate) == 12,
5827 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, header) == 0,
5829 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, location) == 4,
5831 COMPILE_ASSERT(offsetof(Uniform4fvImmediate, count) == 8,
H A Dgles2_cmd_format_test_autogen.h1976 TEST_F(GLES2FormatTest, Uniform4fvImmediate) {
1988 cmds::Uniform4fvImmediate& cmd = *GetBufferAs<cmds::Uniform4fvImmediate>();
1994 EXPECT_EQ(static_cast<uint32_t>(cmds::Uniform4fvImmediate::kCmdId),
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1201 void Uniform4fvImmediate(GLint location, GLsizei count, const GLfloat* v) { function
1202 const uint32_t size = gles2::cmds::Uniform4fvImmediate::ComputeSize(count);
1203 gles2::cmds::Uniform4fvImmediate* c =
1204 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform4fvImmediate>(size);
H A Dgles2_implementation_impl_autogen.h1443 helper_->Uniform4fvImmediate(location, count, v);
H A Dgles2_implementation_unittest_autogen.h1306 cmds::Uniform4fvImmediate cmd;

Completed in 143 milliseconds