Searched refs:GenTexturesImmediate (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 70 OP(GenTexturesImmediate) /* 311 */ \
|
D | gles2_cmd_format_test_autogen.h | 808 TEST_F(GLES2FormatTest, GenTexturesImmediate) { in TEST_F() argument 812 cmds::GenTexturesImmediate& cmd = *GetBufferAs<cmds::GenTexturesImmediate>(); in TEST_F() 814 EXPECT_EQ(static_cast<uint32_t>(cmds::GenTexturesImmediate::kCmdId), in TEST_F()
|
D | gles2_cmd_format_autogen.h | 2360 struct GenTexturesImmediate { struct 2361 typedef GenTexturesImmediate ValueType; argument 2395 COMPILE_ASSERT(sizeof(GenTexturesImmediate) == 8, argument 2397 COMPILE_ASSERT(offsetof(GenTexturesImmediate, header) == 0, 2399 COMPILE_ASSERT(offsetof(GenTexturesImmediate, n) == 4,
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_framebuffers.cc | 1677 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P() 1731 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P() 1803 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P() 1962 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in CheckTextureChangesMarkFBOAsNotComplete() 2197 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P() 2298 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P() 2356 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P()
|
D | gles2_cmd_decoder_unittest_1_autogen.h | 873 cmds::GenTexturesImmediate* cmd = in TEST_P() 874 GetImmediateAs<cmds::GenTexturesImmediate>(); in TEST_P() 876 SpecializedSetup<cmds::GenTexturesImmediate, 0>(true); in TEST_P() 885 cmds::GenTexturesImmediate* cmd = in TEST_P() 886 GetImmediateAs<cmds::GenTexturesImmediate>(); in TEST_P() 887 SpecializedSetup<cmds::GenTexturesImmediate, 0>(false); in TEST_P()
|
D | gles2_cmd_decoder_unittest_drawing.cc | 1958 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P() 2021 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P() 2179 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P() 2255 GenHelper<GenTexturesImmediate>(kFBOClientTextureId); in TEST_P()
|
D | gles2_cmd_decoder_unittest_base.cc | 404 GenHelper<cmds::GenTexturesImmediate>(client_texture_id_); in InitDecoderWithCommandLine()
|
D | gles2_cmd_decoder_autogen.h | 902 const gles2::cmds::GenTexturesImmediate& c = in HandleGenTexturesImmediate() 903 *static_cast<const gles2::cmds::GenTexturesImmediate*>(cmd_data); in HandleGenTexturesImmediate()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_cmd_helper_autogen.h | 517 void GenTexturesImmediate(GLsizei n, GLuint* textures) { in GenTexturesImmediate() function 518 const uint32_t size = gles2::cmds::GenTexturesImmediate::ComputeSize(n); in GenTexturesImmediate() 519 gles2::cmds::GenTexturesImmediate* c = in GenTexturesImmediate() 520 GetImmediateCmdSpaceTotalSize<gles2::cmds::GenTexturesImmediate>(size); in GenTexturesImmediate()
|
D | gles2_implementation_unittest_autogen.h | 529 cmds::GenTexturesImmediate gen; in TEST_F()
|
D | gles2_implementation_impl_autogen.h | 567 helper_->GenTexturesImmediate(n, textures); in GenTextures()
|
/external/chromium_org/gpu/command_buffer/docs/ |
D | gles2_cmd_format_docs.txt | 919 struct GenTexturesImmediate {
|