Home
last modified time | relevance | path

Searched refs:linkResources (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp265 linkResources(resources); in link()
301 void ProgramVk::linkResources(const gl::ProgramLinkedResources &resources) in linkResources() function in rx::ProgramVk
306 linker.linkResources(mState, resources); in linkResources()
DProgramVk.h190 void linkResources(const gl::ProgramLinkedResources &resources);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.h142 void linkResources(const gl::ProgramLinkedResources &resources);
DProgramGL.cpp470 linkResources(resources); in link()
1122 void ProgramGL::linkResources(const gl::ProgramLinkedResources &resources) in linkResources() function in rx::ProgramGL
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.h147 void linkResources(const gl::ProgramLinkedResources &resources);
DProgramGL.cpp463 linkResources(resources); in link()
1180 void ProgramGL::linkResources(const gl::ProgramLinkedResources &resources) in linkResources() function in rx::ProgramGL
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.h235 void linkResources(const ProgramState &programState,
DProgramLinkedResources.cpp1248 void ProgramLinkedResourcesLinker::linkResources(const ProgramState &programState, in linkResources() function in gl::ProgramLinkedResourcesLinker
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.h270 void linkResources(const ProgramState &programState,
DProgramLinkedResources.cpp1453 void ProgramLinkedResourcesLinker::linkResources(const ProgramState &programState, in linkResources() function in gl::ProgramLinkedResourcesLinker
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DProgramMtl.h230 void linkResources(const gl::ProgramLinkedResources &resources);
DProgramMtl.mm320 linkResources(resources);
482 void ProgramMtl::linkResources(const gl::ProgramLinkedResources &resources)
487 linker.linkResources(mState, resources);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp504 linkResources(resources); in link()
680 void ProgramVk::linkResources(const gl::ProgramLinkedResources &resources) in linkResources() function in rx::ProgramVk
685 linker.linkResources(mState, resources); in linkResources()
DProgramVk.h200 void linkResources(const gl::ProgramLinkedResources &resources);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.h507 void linkResources(const gl::ProgramLinkedResources &resources);
DProgramD3D.cpp1978 linkResources(resources); in link()
2048 linkResources(resources); in link()
3203 void ProgramD3D::linkResources(const gl::ProgramLinkedResources &resources) in linkResources() function in rx::ProgramD3D
3208 linker.linkResources(mState, resources); in linkResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.h527 void linkResources(const gl::ProgramLinkedResources &resources);
DProgramD3D.cpp2052 linkResources(resources); in link()
2148 linkResources(resources); in link()
3343 void ProgramD3D::linkResources(const gl::ProgramLinkedResources &resources) in linkResources() function in rx::ProgramD3D
3348 linker.linkResources(mState, resources); in linkResources()