Home
last modified time | relevance | path

Searched refs:GetResource (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingBufferD3D12.cpp51 SetDebugName(mDevice, GetResource(), "Dawn_StagingBuffer"); in Initialize()
53 return CheckHRESULT(GetResource()->Map(0, nullptr, &mMappedPointer), "ID3D12Resource::Map"); in Initialize()
68 GetResource()->Unmap(0, nullptr); in ~StagingBuffer()
74 ID3D12Resource* StagingBuffer::GetResource() const { in GetResource() function in dawn_native::d3d12::StagingBuffer
DStagingBufferD3D12.h31 ID3D12Resource* GetResource() const;
DDeviceD3D12.cpp491 dstBuffer->GetD3D12Resource(), destinationOffset, srcBuffer->GetResource(), in CopyFromStagingToBufferImpl()
514 RecordCopyBufferToTexture(commandContext, *dst, ToBackend(source)->GetResource(), in CopyFromStagingToTexture()
DTextureD3D12.cpp1124 ToBackend(uploadHandle.stagingBuffer)->GetResource(), 0, bytesPerRow, in ClearTexture()
DCommandBufferD3D12.cpp1052 ToBackend(uploadHandle.stagingBuffer)->GetResource(), in RecordCommands()
/third_party/node/test/addons/async-resource/
Dbinding.cc104 void GetResource(const FunctionCallbackInfo<Value>& args) { in GetResource() function
128 NODE_SET_METHOD(exports, "getResource", GetResource); in Initialize()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h829 ID3D12Resource* GetResource() const { return m_Resource; } in GetResource() function
DTests.cpp330 CHECK_BOOL(res && res == resources[i].allocation->GetResource()); in TestCommittedResourcesAndJson()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1082 program.GetResource(interface, index, GL_LOCATION, 1 /* size */, &location); in verifyVarying()
1083 program.GetResource(interface, index, GL_LOCATION_COMPONENT, 1 /* size */, &component); in verifyVarying()
1338 program.GetResource(GL_BUFFER_VARIABLE, index, GL_OFFSET, 1, &offset); in checkSSB()
2837 void Program::GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint*… in GetResource() function in gl4cts::EnhancedLayouts::Utils::Program
2841 GetResource(gl, m_id, interface, index, property, buf_size, params); in GetResource()
3127 void Program::GetResource(const Functions& gl, GLuint id, GLenum interface, GLuint index, GLenum pr… in GetResource() function in gl4cts::EnhancedLayouts::Utils::Program
6408 program.GetResource(GL_PROGRAM_INPUT, index, GL_LOCATION, 1 /* size */, &location); in test()
6929 program.GetResource(GL_PROGRAM_OUTPUT, index, GL_LOCATION, 1 /* size */, &location); in test()
22183 …program.GetResource(GL_TRANSFORM_FEEDBACK_BUFFER, 0 /* index */, GL_TRANSFORM_FEEDBACK_BUFFER_STRI… in test()
22384 program.GetResource(GL_TRANSFORM_FEEDBACK_VARYING, gohan_id, GL_OFFSET, 1, &gohan_offset); in test()
[all …]
Dgl4cEnhancedLayoutsTests.hpp774 …void GetResource(glw::GLenum interface, glw::GLuint index, glw::GLenum property, glw::GLsizei buf_…
809 …static void GetResource(const glw::Functions& gl, glw::GLuint id, glw::GLenum interface, glw::GLui…
/third_party/skia/third_party/externals/freetype/src/base/
Dftmac.c745 sfnt = GetResource( TTAG_sfnt, sfnt_id ); in FT_New_Face_From_SFNT()
/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c1125 sfnt = GetResource( TTAG_sfnt, sfnt_id ); in FT_New_Face_From_SFNT()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramInterfaceTest.cpp245 TEST_P(ProgramInterfaceTestES31, GetResource) in TEST_P() argument
/third_party/benchmark/docs/
Duser_guide.md1162 auto resource = GetResource();
1178 auto resource = GetResource();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp1858 mStencilSRV.get()->GetResource(&priorResource); in resolveStencil()
DStateManager11.cpp151 view->GetResource(&resource); in GetViewResource()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.234978 GetResource(), Get1Resource(), GetNamedResource(),