Home
last modified time | relevance | path

Searched defs:LinkingState (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp833 struct Program::LinkingState struct in gl::Program
835 std::shared_ptr<ProgramExecutable> linkedExecutable;
836 ProgramLinkedResources resources;
837 egl::BlobCache::Key programHash;
838 std::unique_ptr<rx::LinkEvent> linkEvent;
839 bool linkingFromBinary;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp738 struct Program::LinkingState struct in gl::Program
740 const Context *context;
741 std::unique_ptr<ProgramLinkedResources> resources;
742 egl::BlobCache::Key programHash;
743 std::unique_ptr<rx::LinkEvent> linkEvent;
744 bool linkingFromBinary;