Home
last modified time | relevance | path

Searched refs:linkInterfaceBlocks (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h798 bool linkInterfaceBlocks(const Caps &caps,
DProgram.cpp1576 if (!linkInterfaceBlocks(context->getCaps(), context->getClientVersion(), in linkImpl()
1622 if (!linkInterfaceBlocks(context->getCaps(), context->getClientVersion(), in linkImpl()
3888 bool Program::linkInterfaceBlocks(const Caps &caps, in linkInterfaceBlocks() function in gl::Program