/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | StagingBufferD3D12.cpp | 51 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
|
H A D | StagingBufferD3D12.h | 31 ID3D12Resource* GetResource() const;
|
H A D | DeviceD3D12.cpp | 491 dstBuffer->GetD3D12Resource(), destinationOffset, srcBuffer->GetResource(), in CopyFromStagingToBufferImpl() 514 RecordCopyBufferToTexture(commandContext, *dst, ToBackend(source)->GetResource(), in CopyFromStagingToTexture()
|
H A D | TextureD3D12.cpp | 1124 ToBackend(uploadHandle.stagingBuffer)->GetResource(), 0, bytesPerRow, in ClearTexture()
|
H A D | CommandBufferD3D12.cpp | 1052 ToBackend(uploadHandle.stagingBuffer)->GetResource(), in RecordCommands()
|
/third_party/node/test/addons/async-resource/ |
H A D | binding.cc | 104 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/ |
H A D | D3D12MemAlloc.h | 829 ID3D12Resource* GetResource() const { return m_Resource; }
in GetResource() function in D3D12MA::Allocation 1219 It holds pointer to `ID3D12Resource` that can be queried using function D3D12::Allocation::GetResource().
|
H A D | Tests.cpp | 330 CHECK_BOOL(res && res == resources[i].allocation->GetResource());
in TestCommittedResourcesAndJson()
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 295 #define XrmGetResource _glfw.x11.xrm.GetResource 738 PFN_XrmGetResource GetResource; member
|
H A D | x11_init.c | 1508 _glfw.x11.xrm.GetResource = (PFN_XrmGetResource) in _glfwInitX11()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 1082 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* params) const 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 property, 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_STRIDE, in test() 22384 program.GetResource(GL_TRANSFORM_FEEDBACK_VARYIN in test() [all...] |
H A D | gl4cEnhancedLayoutsTests.hpp | 774 void GetResource(glw::GLenum interface, glw::GLuint index, glw::GLenum property, glw::GLsizei buf_size, 809 static void GetResource(const glw::Functions& gl, glw::GLuint id, glw::GLenum interface, glw::GLuint index,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmac.c | 745 sfnt = GetResource( TTAG_sfnt, sfnt_id ); in FT_New_Face_From_SFNT()
|
/third_party/skia/third_party/externals/freetype/builds/mac/ |
H A D | ftmac.c | 1125 sfnt = GetResource( TTAG_sfnt, sfnt_id ); in FT_New_Face_From_SFNT()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ProgramInterfaceTest.cpp | 245 TEST_P(ProgramInterfaceTestES31, GetResource) in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Blit11.cpp | 1858 mStencilSRV.get()->GetResource(&priorResource); in resolveStencil()
|
H A D | StateManager11.cpp | 151 view->GetResource(&resource); in GetViewResource()
|