Home
last modified time | relevance | path

Searched defs:CopyTextureCHROMIUM (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h8012 struct CopyTextureCHROMIUM { struct
8013 typedef CopyTextureCHROMIUM ValueType; argument
8014 static const CommandId kCmdId = kCopyTextureCHROMIUM; argument
8015 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
8016 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
8018 static uint32_t ComputeSize() { in ComputeSize()
8022 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()
8024 void Init(GLenum _target, in Init()
8060 COMPILE_ASSERT(sizeof(CopyTextureCHROMIUM) == 28, argument
Dgles2_cmd_format_test_autogen.h2862 TEST_F(GLES2FormatTest, CopyTextureCHROMIUM) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h2009 void GLES2Implementation::CopyTextureCHROMIUM(GLenum target, in CopyTextureCHROMIUM() function
Dgles2_interface_stub_impl_autogen.h756 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, in CopyTextureCHROMIUM() function
Dgles2_trace_implementation_impl_autogen.h1320 void GLES2TraceImplementation::CopyTextureCHROMIUM(GLenum target, in CopyTextureCHROMIUM() function
Dgles2_implementation_unittest_autogen.h1775 TEST_F(GLES2ImplementationTest, CopyTextureCHROMIUM) { in TEST_F() argument
Dgles2_cmd_helper_autogen.h1673 void CopyTextureCHROMIUM(GLenum target, in CopyTextureCHROMIUM() function