Home | History | Annotate | Download | only in glshared

Lines Matching refs:dstBlockNdx

1314 		int							dstBlockNdx	= dstLayout.getBlockIndex(srcBlock.name.c_str());
1315 void* dstBlockPtr = dstBlockNdx >= 0 ? dstBlockPointers.find(dstBlockNdx)->second : DE_NULL;
1317 if (dstBlockNdx < 0)